From c1978eed8407a801dc00362e18d5f2e14be86653 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 7 May 2015 09:07:15 +0300 Subject: [PATCH] adding a bit more verbosity --- update-index.sh | 2 ++ 1 file changed, 2 insertions(+) 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