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