From a47f6d7c1ec4e23bbde281938dee1f3eef1d9035 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 13 Dec 2024 16:21:04 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- .pct-helpers | 4 ++++ nextcloud/{README.md => POST_INSTALL.md} | 0 nextcloud/make.sh | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) rename nextcloud/{README.md => POST_INSTALL.md} (100%) 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."