mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 07:36:48 +02:00
Revert "lite: Add 'file' var and set path of .shorewallrc"
This reverts commit 2ec17ce6088fb9368e5060c63afe3b97dee18919.
This commit is contained in:
parent
4c03aaa0fc
commit
7c63428e82
@ -172,7 +172,6 @@ if [ $# -eq 0 ]; then
|
|||||||
file=./shorewallrc
|
file=./shorewallrc
|
||||||
elif [ -f ~/.shorewallrc ]; then
|
elif [ -f ~/.shorewallrc ]; then
|
||||||
. ~/.shorewallrc
|
. ~/.shorewallrc
|
||||||
file=~/.shorewallrc
|
|
||||||
elif [ -f /usr/share/shorewall/shorewallrc ]; then
|
elif [ -f /usr/share/shorewall/shorewallrc ]; then
|
||||||
. /usr/share/shorewall/shorewallrc
|
. /usr/share/shorewall/shorewallrc
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user