mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
dont overwrite setupstep when loading raspiblitz.conf
This commit is contained in:
parent
ca12fdfd77
commit
79e075b206
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user