Fix panic spawning shell

This commit is contained in:
Joshua Boniface 2021-12-12 19:32:41 -05:00
parent 64b36c0c67
commit d17073dc7f
1 changed files with 2 additions and 6 deletions

View File

@ -54,14 +54,10 @@ panic()
printf "\n"
printf " The PVC installer image failed to boot.\n\n"
printf "The error message was:\n\n "
# Call original panic
. /scripts/functions
panic "$@"
printf " $@\n\n"
# Reboot system
printf
printf "System will reboot in 30 seconds"
printf "System will reboot in 30 seconds.\n"
sleep 30
reboot -f
}