summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-04-08 12:41:58 +0200
committermh <mh@immerda.ch>2017-04-08 12:41:58 +0200
commit9da596c12101c02e7cebc1d0d5d9f04952379007 (patch)
tree7edfb9c342e7e3506c42026ae9e4a00b10610332 /manifests
parent312dd4b7b990f0fad0b55f050e4c5c8e17c7e20d (diff)
group that together
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 7715baa..d0a065f 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -114,7 +114,7 @@ class shorewall::base {
File['/etc/cron.daily/shorewall_check']{
content => "#!/bin/bash
-output=\$(shorewall check${shorewall6_check_str} 2>&1)
+output=\$((shorewall check${shorewall6_check_str}) 2>&1)
if [ \$? -gt 0 ]; then
echo 'Error while checking firewall!'
echo \$output