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:
el_cubano 2008-09-22 23:40:10 +00:00
parent 3f3f4b83e4
commit 3e4fe835cd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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