mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Resolve SHOREWALL_DIR -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5082 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4a03728092
commit
97f0e9ca6f
@ -1853,7 +1853,7 @@ do_initialize() {
|
|||||||
[ -f $VERSION_FILE ] && VERSION=$(cat $VERSION_FILE)
|
[ -f $VERSION_FILE ] && VERSION=$(cat $VERSION_FILE)
|
||||||
|
|
||||||
if [ -n "$SHOREWALL_DIR" ]; then
|
if [ -n "$SHOREWALL_DIR" ]; then
|
||||||
SHOREWALL_DIR=(resolve_file $SHOREWALL_DIR)
|
SHOREWALL_DIR=$(resolve_file $SHOREWALL_DIR)
|
||||||
CONFIG_PATH=$SHOREWALL_DIR:$CONFIG_PATH
|
CONFIG_PATH=$SHOREWALL_DIR:$CONFIG_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user