From 8fb0412236f95675567ab2f88ba4719f3628722b Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 6 Sep 2021 23:36:15 +0200 Subject: [PATCH] remove old edit leftover --- home.admin/00raspiblitz.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index d25040451..5babeed03 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -34,8 +34,6 @@ 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."