From 52a31f0da84b612584149de82e49052f8ca608ec Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 28 May 2014 16:29:41 -0400 Subject: [PATCH] Fixed logic issues around multiple host/vhost pairs --- nagios-website-add.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios-website-add.sh b/nagios-website-add.sh index a2f8d57..6367fa3 100755 --- a/nagios-website-add.sh +++ b/nagios-website-add.sh @@ -49,7 +49,7 @@ function write-config-header() { } function write-config-footer() { - echo "# END ${params[2]}" + echo "# END $host:$website" } function write-config-body() { -- 2.25.1