From 9da596c12101c02e7cebc1d0d5d9f04952379007 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 8 Apr 2017 12:41:58 +0200 Subject: group that together --- manifests/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3