forked from extern/shorewall_code
Fix bashism in Debian init script.
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8723 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3f3f4b83e4
commit
3e4fe835cd
@ -59,7 +59,7 @@ not_configured () {
|
||||
if [ -f "/etc/default/shorewall" ]
|
||||
then
|
||||
. /etc/default/shorewall
|
||||
$SRWL_OPTS+="$OPTIONS"
|
||||
SRWL_OPTS="$SRWL_OPTS $OPTIONS"
|
||||
if [ "$startup" != "1" ]
|
||||
then
|
||||
not_configured
|
||||
|
@ -66,7 +66,7 @@ fi
|
||||
if [ -f "/etc/default/shorewall-lite" ]
|
||||
then
|
||||
. /etc/default/shorewall-lite
|
||||
$SRWL_OPTS+="$OPTIONS"
|
||||
SRWL_OPTS="$SRWL_OPTS $OPTIONS"
|
||||
if [ "$startup" != "1" ]
|
||||
then
|
||||
not_configured
|
||||
|
Loading…
Reference in New Issue
Block a user