Sleep before exiting when there's an error

This commit is contained in:
Mike 2022-07-20 03:18:37 -07:00
parent 74affb5936
commit b994b1bf3f

View File

@ -21,6 +21,7 @@ die()
{ {
complain "Fatal: $1" complain "Fatal: $1"
echo echo
sleep 600
exit 1 exit 1
} }
quit() quit()