removed debug exit

This commit is contained in:
rootzoll
2021-06-21 00:46:41 +02:00
parent d8aeb0bf13
commit 3c55909eb4
3 changed files with 6 additions and 5 deletions

View File

@@ -724,6 +724,11 @@ else
sudo /home/admin/config.scripts/blitz.datadrive.sh fstab ${datadisk} >> ${logFile}
fi
# MAKE SURE SERVICES ARE RUNNING
echo "Make sure main services are running .." >> ${logFile}
sudo systemctl start ${network}d
sudo systemctl start lnd
echo "DONE - Give raspi some cool off time after hard building .... 5 secs sleep" >> ${logFile}
sleep 5

View File

@@ -143,10 +143,6 @@ if [ "${setupPhase}" == "setup" ]; then
exit 1
fi
# DEBUG EXIT
echo "OK Format done"
exit 1
elif [ "${userChoice}" == "2" ]; then
# KEEP BLOCKCHAIN + DLETE ALL THE REST

View File

@@ -77,7 +77,7 @@ elif [ "${eventID}" == "provision" ] || [ "${eventID}" == "recovering" ]; then
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
Upgrade/Recover/Provision
---> ${contentString}
Please keep running until reboot.
Please keep running until done.
" 7 40
elif [ "${eventID}" == "repair" ] && [ "${mode}" == "lcd" ]; then