mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 03:56:21 +02:00
add stop on manual provision login
This commit is contained in:
@@ -34,6 +34,14 @@ if [ "${setupPhase}" == "" ] || [ "${state}" == "" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
# special state: copysource
|
||||||
if [ "${state}" = "copysource" ]; then
|
if [ "${state}" = "copysource" ]; then
|
||||||
echo "***********************************************************"
|
echo "***********************************************************"
|
||||||
|
Reference in New Issue
Block a user