From 41f64b07ed8750d918c226375cce36d31aa07848 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 6 Sep 2021 20:03:59 +0200 Subject: [PATCH] add stop on manual provision login --- home.admin/00raspiblitz.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index 3d3ed4102..a76f70514 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -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 "***********************************************************"