From 0a637b82b76e73897797d5f1875630c8afc5359a Mon Sep 17 00:00:00 2001 From: Tristan Donkers Date: Sun, 23 Aug 2015 11:32:02 +1000 Subject: [PATCH] Call read_server_conf() when reading set_property lines in versioning files. This allows overrides of version properties in the server.properties. --- init/msm | 1 + 1 file changed, 1 insertion(+) diff --git a/init/msm b/init/msm index 4d6e049..20ff1db 100755 --- a/init/msm +++ b/init/msm @@ -4058,6 +4058,7 @@ console_command() { # $2: The value of the property set_property() { server_set_property "$VERSIONING_SERVER_ID" "$1" "$2" + read_server_conf "$VERSIONING_SERVER_ID" "$1" }