mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 01:46:42 +01:00
dont overwrite setupstep when loading raspiblitz.conf
This commit is contained in:
@@ -91,9 +91,8 @@ fi
|
||||
if [ "${state}" = "ready" ]; then
|
||||
configExists=$(ls ${configFile} | grep -c '.conf')
|
||||
if [ ${configExists} -eq 1 ]; then
|
||||
echo "setup is done - loading config data"
|
||||
echo "loading config data"
|
||||
source ${configFile}
|
||||
setupStep=100
|
||||
else
|
||||
echo "setup still in progress - setupStep(${setupStep})"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user