mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
add stop on manual provision login
This commit is contained in:
@@ -34,6 +34,14 @@ if [ "${setupPhase}" == "" ] || [ "${state}" == "" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
stop
|
||||
|
||||
# special state: copysource
|
||||
if [ "${state}" = "stop" ]; then
|
||||
echo "OK ready for manual provision - run 'release' at the end."
|
||||
exit
|
||||
fi
|
||||
|
||||
# special state: copysource
|
||||
if [ "${state}" = "copysource" ]; then
|
||||
echo "***********************************************************"
|
||||
|
Reference in New Issue
Block a user