Compare commits

..

No commits in common. "536331234d904826eb35ca27069666da5e331fd8" and "b8cca65351786651d41466a10279cdfcff0fc5c7" have entirely different histories.

10 changed files with 0 additions and 32 deletions

View File

@ -818,28 +818,6 @@ pctSetNotes(){
}
#
# showNotes [VAR ...]
#
BUILD_NOTES=BUILD_NOTES
showNotes(){
[ -e "${BUILD_NOTES}" ] \
&& mv "${BUILD_NOTES}"{,.bak}
[ -e "${BUILD_NOTES}".tpl ] \
&& cat "${BUILD_NOTES}".tpl \
| expandPCTTemplate $@ \
| tee "${BUILD_NOTES}"
}
#
# pushNotes ID
#
pushNotes(){
[ -e "${BUILD_NOTES}" ] \
&& @ pct-push-r $1 "${BUILD_NOTES}"
}
#----------------------------------------------------------------------
# vim:set ts=4 sw=4 nowrap :

View File

@ -88,7 +88,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -78,7 +78,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -46,8 +46,6 @@ if xreadYes "# Update firewall rules?" FIREWALL ; then
@ cp --backup -i templates/etc/pve/firewall/cluster.fw /etc/pve/firewall/
fi
showNotes
echo "# Done."

View File

@ -141,7 +141,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -78,7 +78,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -77,7 +77,6 @@ makeReserveCT $NS_ID $RESERVE_NS_ID $TEMPLATE_NS_ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -89,7 +89,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -87,7 +87,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."

View File

@ -105,7 +105,6 @@ pctSetNotes $ID
saveLastRunConfig
showNotes
echo "# Done."