Appropriately sleep

This commit is contained in:
Manevolent 2021-09-21 15:37:57 -06:00
parent 898225f3ab
commit 4376fd0e8b
No known key found for this signature in database
GPG Key ID: 2E9B7592DFA4F344

1
run.sh

@ -48,6 +48,7 @@ do
echo $checkout_version > $version_file echo $checkout_version > $version_file
else else
echo "Update failed; version was not updated. Trying again in $delay seconds. For more details, see $log" echo "Update failed; version was not updated. Trying again in $delay seconds. For more details, see $log"
sleep $delay
continue continue
fi fi
fi fi