From: Peter Palfrader Date: Tue, 24 May 2011 09:58:57 +0000 (+0200) Subject: fix X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cf7bde4c10beb5924f1c9749e3b8f0ab329cb63f;hp=d66236434edcc0673248f49e18ea4facf20243bd;p=mirror%2Fdsa-puppet.git fix --- diff --git a/modules/stunnel4/files/etc-init.d-stunnel4 b/modules/stunnel4/files/etc-init.d-stunnel4 index c4bb5ad69..17505c4ca 100755 --- a/modules/stunnel4/files/etc-init.d-stunnel4 +++ b/modules/stunnel4/files/etc-init.d-stunnel4 @@ -23,7 +23,7 @@ DESC="SSL tunnels" OPTIONS="" ENABLED=0 -if [ -n "${2-:}" ]; then +if [ -n "${2:-}" ]; then if [ -e "/etc/stunnel/$2.conf" ]; then FILES="/etc/stunnel/$2.conf" else