diff --git a/update-index.sh b/update-index.sh index 1cdb65f..b01a2a1 100755 --- a/update-index.sh +++ b/update-index.sh @@ -32,3 +32,4 @@ do rm sites/"$CURHOST".orig fi wget -q -T 5 -t 2 -U $(cat monitor-user-agent.txt) -O sites/"$CURHOST".orig http://"$CURHOST" +done