moved setup step into info file

This commit is contained in:
rootzoll
2018-12-06 03:32:19 +01:00
parent cefd382390
commit e4d9d8de81
13 changed files with 53 additions and 57 deletions

View File

@@ -45,7 +45,7 @@ if [ ${existsHDD} -gt 0 ]; then
echo ""
# set SetupState
echo "40" > /home/admin/.setup
sudo sed -i "s/^setupStep=.*/setupStep=40/g" /home/admin/raspiblitz.info
echo "*** Analysing HDD Content ***"
if [ -d "/mnt/hdd/${network}" ]; then