mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
show reboot info on recovery
This commit is contained in:
parent
00b93d999a
commit
598b649ed3
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ if [ ${isMounted} -eq 0 ]; then
|
|||
sudo /home/admin/_bootstrap.migration.sh
|
||||
echo "Calling Provisioning .." >> $logFile
|
||||
sudo /home/admin/_bootstrap.provision.sh
|
||||
sed -i "s/^state=.*/state=recovered/g" ${infoFile}
|
||||
sed -i "s/^state=.*/state=reboot/g" ${infoFile}
|
||||
sed -i "s/^message=.*/message='Done Recover'/g" ${infoFile}
|
||||
echo "rebooting" >> $logFile
|
||||
# set flag that system is freshly recovered and needs setup dialogs
|
||||
|
|
Loading…
Add table
Reference in a new issue