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" }