Skip to content

Commit

Permalink
Thingaroo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Nov 2, 2018
1 parent b5d131c commit fb51ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CloneStuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ until [ $exit_code -eq 0 ] || [ $__retryCount -ge $__retries ]; do
exit_code=$?
__retryCount=$((__retryCount+1))
if [ $exit_code -ne 0 ]; then
echo "Failed to execute command, retrying"
echo "$__command exited with $exit_code, retrying"
fi
done

echo "$__command exited with $exit_code"
exit $exit_code

0 comments on commit fb51ef5

Please sign in to comment.