Browse Source

dont overwrite setupstep when loading raspiblitz.conf

dev
rootzoll 6 years ago
parent
commit
79e075b206
  1. 3
      home.admin/00mainMenu.sh

3
home.admin/00mainMenu.sh

@ -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

Loading…
Cancel
Save