diff --git a/.pct-helpers b/.pct-helpers index c29aa9d..d34b429 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -1021,6 +1021,10 @@ showNotes(){ && ( cat "${BUILD_NOTES}".tpl \ | expandPCTTemplate $@ \ | tee "${BUILD_NOTES}" ) + [ -e ./POST_INSTALL.md ] \ + && echo "####" + && echo ./POST_INSTALL.md \ + | sed 's/^/## /' } # diff --git a/nextcloud/README.md b/nextcloud/POST_INSTALL.md similarity index 100% rename from nextcloud/README.md rename to nextcloud/POST_INSTALL.md diff --git a/nextcloud/make.sh b/nextcloud/make.sh index 22e45a4..5c82ca8 100755 --- a/nextcloud/make.sh +++ b/nextcloud/make.sh @@ -229,7 +229,6 @@ echo "# Traefik config..." traefikPushConfig showNotes -echo "# NOTE: nextcloud may take a few minutes to load and initialize all components." echo "# Done."