From cf7bde4c10beb5924f1c9749e3b8f0ab329cb63f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 May 2011 11:58:57 +0200 Subject: [PATCH 1/1] fix --- modules/stunnel4/files/etc-init.d-stunnel4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1