r4: - be more verbose when no new services
[monit-cn.git] / update-monit.d
index 0e06932..789efff 100755 (executable)
@@ -87,6 +87,8 @@ done
 if [ $changed -eq 1 ]; then
     echo "CN: Stopping/restarting monit service"
     pkill -9 -f /usr/sbin/monit || true
+else
+    echo "CN: No new services detected, sorry"
 fi
 
 exit 0