1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-30 04:29:09 +01:00

Update gigaclone

This commit is contained in:
Daniil Gentili 2015-09-26 21:20:27 +02:00
parent 139edcdb14
commit 368e3b11d7

View File

@ -23,7 +23,7 @@ awk '!seen[$0]++' $tmp/tmp >$tmp/final
cd $dir
echo "Download everything."
[ "$TRAVIS" = "true" ] && { wget -i $tmp/final -x -N 2>/dev/null | { echo Still working;sleep 60; } ; } || wget -i $tmp/final -x -N
[ "$TRAVIS" = "true" ] && { wget -i $tmp/final -x -N -q | { until [ "$(ps aux | grep wget | grep -v grep)" = "" ]; echo Still working;sleep 60;done } ; } || wget -i $tmp/final -x -N
echo "Clean up."
rm -r $tmp