mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
507a418c6c
commit
a47f6d7c1e
@ -1021,6 +1021,10 @@ showNotes(){
|
|||||||
&& ( cat "${BUILD_NOTES}".tpl \
|
&& ( cat "${BUILD_NOTES}".tpl \
|
||||||
| expandPCTTemplate $@ \
|
| expandPCTTemplate $@ \
|
||||||
| tee "${BUILD_NOTES}" )
|
| tee "${BUILD_NOTES}" )
|
||||||
|
[ -e ./POST_INSTALL.md ] \
|
||||||
|
&& echo "####"
|
||||||
|
&& echo ./POST_INSTALL.md \
|
||||||
|
| sed 's/^/## /'
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@ -229,7 +229,6 @@ echo "# Traefik config..."
|
|||||||
traefikPushConfig
|
traefikPushConfig
|
||||||
|
|
||||||
showNotes
|
showNotes
|
||||||
echo "# NOTE: nextcloud may take a few minutes to load and initialize all components."
|
|
||||||
echo "# Done."
|
echo "# Done."
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user