1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 11:27:08 +00:00

Wait longer before a repeated download attempt

This commit is contained in:
Fredrik Fornwall 2016-08-02 10:28:19 -04:00
parent 5d0fc15b4e
commit 280ccd42ef

View File

@ -281,7 +281,7 @@ termux_download() {
return
else
echo "Download of $1 failed (attempt $i/3)" 1>&2
sleep 6
sleep 20
fi
done
echo "Failed to download $1 - exiting" 1>&2