@ -6,7 +6,7 @@ bootstrapInfoExists=$(ls $infoFile | grep -c '.info')
if [ ${bootstrapInfoExists} -eq 1 ]; then
# load the data from the info file
source /home/admin/raspiblitz.info
source ${infoFile}
echo "Found raspiblitz.info from bootstrap - processing ..."
sleep 2
@ -34,7 +34,7 @@ echo "***********************************************" >> $logFile
echo "Resetting the InfoFile: ${infoFile}"
echo "state=starting" > $infoFile
sudo chmod 745 ${infoFile}
sudo chmod 777 ${infoFile}
################################
# AFTER BOOT SCRIPT