]> arthur.barton.de Git - ZabbixExtensions.git/commitdiff
deploy.sh: Fix log message (sudo configuration)
authorAlexander Barton <alex@barton.de>
Wed, 11 May 2016 12:28:02 +0000 (14:28 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 11 May 2016 12:28:02 +0000 (14:28 +0200)
deploy.sh

index c925fc8d14232cfa230889e0c6375c4248310b39..81595f2fa86d34ab1d1bb075b70cc798c24f3451 100755 (executable)
--- 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!"