mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Made more robust checking if manager_property has loaded.
This commit is contained in:
parent
83a304c5c7
commit
6333774d6f
2
init/msm
2
init/msm
@ -1691,7 +1691,7 @@ manager_property() {
|
||||
|
||||
# If this property has not yet been loaded, load it:
|
||||
eval local loaded=\"\$LOADED_$1\"
|
||||
if ! "$loaded"; then
|
||||
if [ ! -z "$loaded" ] && ! "$loaded"; then
|
||||
if [ ! -z "$from_conf" ]; then
|
||||
# Override the default value
|
||||
eval SETTINGS_$1=\"$from_conf\"
|
||||
|
Loading…
Reference in New Issue
Block a user