Update run.sh

This commit is contained in:
Manevolent 2022-12-17 22:02:47 -07:00 committed by GitHub
parent 5c60e9e3e9
commit bc9f93c54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.sh
View File

@ -22,7 +22,7 @@ do
fi fi
done done
git fetch $GIT_URL >> /dev/null git fetch --all >> /dev/null
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Git fetch from $GIT_URL failed." echo "Git fetch from $GIT_URL failed."
sleep $delay sleep $delay