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
1 changed files with 1 additions and 0 deletions

View File

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