apply a fix mike gave to a customer to keep the SSVM running and recovering

This commit is contained in:
Kevin Kluge 2010-12-06 21:20:58 -08:00
parent 24b572feb9
commit 1b666f3f19

View File

@ -8,7 +8,8 @@ do
./_run.sh "$@"
ex=$?
if [ $ex -eq 0 ] || [ $ex -eq 1 ] || [ $ex -eq 66 ] || [ $ex -gt 128 ]; then
exit $ex
# permanent errors
sleep 160
fi
sleep 20
done