add stop on manual provision login

This commit is contained in:
rootzoll
2021-09-06 20:03:59 +02:00
parent 636311c15d
commit 41f64b07ed

View File

@@ -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 "***********************************************************"