forked from extern/shorewall_code
Correct typo in install.sh files
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7ded1df94b
commit
c2fa5ae78f
@ -143,10 +143,10 @@ if [ $# -eq 0 ]; then
|
||||
file=./.shorewallrc
|
||||
elif [ -r /root/.shorewallrc ]; then
|
||||
. /root/.shorewallrc || exit 1
|
||||
file=/root/.shoreallrc
|
||||
file=/root/.shorewallrc
|
||||
elif [ -r /.shorewallrc ]; then
|
||||
. /.shorewallrc || exit 1
|
||||
file =/.shoreallrc
|
||||
file =/.shorewallrc
|
||||
elif [ -f ~/.shorewallrc ]; then
|
||||
. ~/.shorewallrc || exit 1
|
||||
file=~/.shorewallrc
|
||||
|
@ -142,10 +142,10 @@ if [ $# -eq 0 ]; then
|
||||
file=./.shorewallrc
|
||||
elif [ -r /root/.shorewallrc ]; then
|
||||
. /root/.shorewallrc || exit 1
|
||||
file=/root/.shoreallrc
|
||||
file=/root/.shorewallrc
|
||||
elif [ -r /.shorewallrc ]; then
|
||||
. /.shorewallrc || exit 1
|
||||
file =/.shoreallrc
|
||||
file =/.shorewallrc
|
||||
elif [ -f ~/.shorewallrc ]; then
|
||||
. ~/.shorewallrc || exit 1
|
||||
file=~/.shorewallrc
|
||||
|
@ -155,10 +155,10 @@ if [ $# -eq 0 ]; then
|
||||
file=./.shorewallrc
|
||||
elif [ -r /root/.shorewallrc ]; then
|
||||
. /root/.shorewallrc || exit 1
|
||||
file=/root/.shoreallrc
|
||||
file=/root/.shorewallrc
|
||||
elif [ -r /.shorewallrc ]; then
|
||||
. /.shorewallrc || exit 1
|
||||
file =/.shoreallrc
|
||||
file =/.shorewallrc
|
||||
elif [ -f ~/.shorewallrc ]; then
|
||||
. ~/.shorewallrc || exit 1
|
||||
file=~/.shorewallrc
|
||||
|
@ -178,10 +178,10 @@ if [ $# -eq 0 ]; then
|
||||
file=./.shorewallrc
|
||||
elif [ -r /root/.shorewallrc ]; then
|
||||
. /root/.shorewallrc || exit 1
|
||||
file=/root/.shoreallrc
|
||||
file=/root/.shorewallrc
|
||||
elif [ -r /.shorewallrc ]; then
|
||||
. /.shorewallrc || exit 1
|
||||
file =/.shoreallrc
|
||||
file =/.shorewallrc
|
||||
elif [ -f ~/.shorewallrc ]; then
|
||||
. ~/.shorewallrc || exit 1
|
||||
file=~/.shorewallrc
|
||||
|
Loading…
Reference in New Issue
Block a user