diff options
-rw-r--r-- | manifests/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index d0a065f..abf477b 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -117,7 +117,7 @@ class shorewall::base { output=\$((shorewall check${shorewall6_check_str}) 2>&1) if [ \$? -gt 0 ]; then echo 'Error while checking firewall!' - echo \$output + echo \"\${output}\" exit 1 fi exit 0 |