From 3512f83ef42478a79a936e80b90675dfe09de29f Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 7 May 2015 09:03:54 +0300 Subject: [PATCH] fixing small syntax error --- update-index.sh | 1 + 1 file changed, 1 insertion(+) 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