Sleep before exiting when there's an error
This commit is contained in:
parent
74affb5936
commit
b994b1bf3f
@ -21,6 +21,7 @@ die()
|
|||||||
{
|
{
|
||||||
complain "Fatal: $1"
|
complain "Fatal: $1"
|
||||||
echo
|
echo
|
||||||
|
sleep 600
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
quit()
|
quit()
|
||||||
|
Loading…
Reference in New Issue
Block a user