mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
pass thru parameter on release command
This commit is contained in:
@@ -151,7 +151,7 @@ function release() {
|
|||||||
echo "- shutdown"
|
echo "- shutdown"
|
||||||
confirmMsg release
|
confirmMsg release
|
||||||
if [ $confirm -eq 1 ]; then
|
if [ $confirm -eq 1 ]; then
|
||||||
/home/admin/config.scripts/blitz.preparerelease.sh
|
/home/admin/config.scripts/blitz.preparerelease.sh $1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user