Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

View File

@ -21,7 +21,6 @@ die()
{ {
complain "Fatal: $1" complain "Fatal: $1"
echo echo
sleep 600
exit 1 exit 1
} }
quit() quit()
@ -35,8 +34,6 @@ quit()
fi fi
echo echo
sleep 120
exit 0 exit 0
} }
heading() heading()
@ -253,7 +250,7 @@ notify "Finished!"
quit "Finished!" exit 0