diff --git a/update-index.sh b/update-index.sh index b01a2a1..2dbbb3e 100755 --- a/update-index.sh +++ b/update-index.sh @@ -32,4 +32,6 @@ do rm sites/"$CURHOST".orig fi wget -q -T 5 -t 2 -U $(cat monitor-user-agent.txt) -O sites/"$CURHOST".orig http://"$CURHOST" + echo "[INFO] Successfully updated $CURNAME ($CURHOST). Enter another host to update or cancel with 99." + echo done