mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
Clean up setting of directory variables - Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4066 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
81dac144e3
commit
9a2baa1a1c
@ -8661,7 +8661,7 @@ do_initialize() {
|
|||||||
|
|
||||||
ensure_config_path
|
ensure_config_path
|
||||||
|
|
||||||
VERSION_FILE=$SHARED_DIR/version
|
VERSION_FILE=$SHAREDIR/version
|
||||||
|
|
||||||
[ -f $VERSION_FILE ] && VERSION=$(cat $VERSION_FILE)
|
[ -f $VERSION_FILE ] && VERSION=$(cat $VERSION_FILE)
|
||||||
|
|
||||||
|
@ -2359,7 +2359,7 @@ do_initialize() {
|
|||||||
|
|
||||||
ensure_config_path
|
ensure_config_path
|
||||||
|
|
||||||
VERSION_FILE=$SHARED_DIR/version
|
VERSION_FILE=$SHAREDIR/version
|
||||||
|
|
||||||
[ -f $VERSION_FILE ] && VERSION=$(cat $VERSION_FILE)
|
[ -f $VERSION_FILE ] && VERSION=$(cat $VERSION_FILE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user