mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
parent
b932ccb71b
commit
06207153ac
2
init/msm
2
init/msm
@ -1833,7 +1833,7 @@ server_property() {
|
||||
read_server_conf "$1" "$2"
|
||||
|
||||
local target_varname=SERVER_$2[$1]
|
||||
if [ -z ${!target_varname} ]; then
|
||||
if [ -z "${!target_varname}" ]; then
|
||||
# if its still empty use the default value
|
||||
manager_property "DEFAULT_$2"
|
||||
server_set_property "$1" "$2" "\$SETTINGS_DEFAULT_$2"
|
||||
|
Loading…
Reference in New Issue
Block a user