tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-12-13 16:21:04 +03:00
parent 507a418c6c
commit a47f6d7c1e
3 changed files with 4 additions and 1 deletions

View File

@ -1021,6 +1021,10 @@ showNotes(){
&& ( cat "${BUILD_NOTES}".tpl \
| expandPCTTemplate $@ \
| tee "${BUILD_NOTES}" )
[ -e ./POST_INSTALL.md ] \
&& echo "####"
&& echo ./POST_INSTALL.md \
| sed 's/^/## /'
}
#

View File

@ -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."