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