mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
pass thru parameter on release command
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user