mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Call read_server_conf() when reading set_property lines in versioning files. This allows overrides of version properties in the server.properties.
This commit is contained in:
parent
f4d0c14aab
commit
0a637b82b7
1
init/msm
1
init/msm
@ -4058,6 +4058,7 @@ console_command() {
|
|||||||
# $2: The value of the property
|
# $2: The value of the property
|
||||||
set_property() {
|
set_property() {
|
||||||
server_set_property "$VERSIONING_SERVER_ID" "$1" "$2"
|
server_set_property "$VERSIONING_SERVER_ID" "$1" "$2"
|
||||||
|
read_server_conf "$VERSIONING_SERVER_ID" "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user