From f08c2ed809ae1d6e811bda9ded963f67464be5eb Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 5 May 2021 03:12:37 +0200 Subject: [PATCH] short sleep for info --- home.admin/_bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 3277479b9..e5a769a63 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -394,6 +394,7 @@ if [ ${isMounted} -eq 0 ]; then sed -i "s/^state=.*/state=errorHDD/g" ${infoFile} sed -i "s/^message=.*/message='lost HDD - rebooting'/g" ${infoFile} sudo cp ${logFile} ${logFile}.error + sleep 3 sudo shutdown -r now sleep 100 exit 0