From: Alexander Barton Date: Wed, 11 May 2016 12:28:02 +0000 (+0200) Subject: deploy.sh: Fix log message (sudo configuration) X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf84085634c9361ebf2754f06f112912dc87f5a;p=ZabbixExtensions.git deploy.sh: Fix log message (sudo configuration) --- diff --git a/deploy.sh b/deploy.sh index c925fc8..81595f2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -84,7 +84,7 @@ for host in "$@"; do ax_msg 1 "Ok, updated sudo configuration." refresh_sudo "$host" else - ax_msg 0 "Ok, no for sudo configuration." + ax_msg 0 "Ok, no changes for sudo configuration." fi else ax_msg 2 "Failed to sync sudo configuration to $host!"