pass thru parameter on release command

This commit is contained in:
rootzoll 2024-09-03 22:38:09 +02:00
parent 7489b52691
commit 22800056cb

View File

@ -151,7 +151,7 @@ function release() {
echo "- shutdown"
confirmMsg release
if [ $confirm -eq 1 ]; then
/home/admin/config.scripts/blitz.preparerelease.sh
/home/admin/config.scripts/blitz.preparerelease.sh $1
fi
}