From aa088539cd90edd71932b2a5ab2f28783e9f441a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 5 May 2021 03:16:40 +0200 Subject: [PATCH] longer sleep --- 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 e5a769a63..c0f727673 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -394,7 +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 + sleep 6 sudo shutdown -r now sleep 100 exit 0