mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Change if conditions so versioning files are read for *_PATH as well as CONSOLE_* variables.
This commit is contained in:
parent
3e9e72e128
commit
9b60033c24
4
init/msm
4
init/msm
@ -1789,8 +1789,8 @@ server_property() {
|
||||
;;
|
||||
esac
|
||||
|
||||
# If its a command lookup, load from versioning files
|
||||
if [[ "$2" =~ ^CONSOLE_ ]]; then
|
||||
# If its a command lookup or server path, load from versioning files
|
||||
if [[ "$2" =~ ^CONSOLE_ ]] || [[ "$2" =~ _PATH$ ]]; then
|
||||
server_property "$1" VERSION_CONF
|
||||
|
||||
if [[ -f "${SERVER_VERSION_CONF[$1]}" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user