From 598b649ed322606e2c298be7542081e84bd28137 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 8 Jan 2020 12:48:10 +0100 Subject: [PATCH] show reboot info on recovery --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 74021a202..9cfc1549d 100644 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -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