summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/misc_status_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/misc_status_config.py')
-rwxr-xr-xlinhes/linhes-system/misc_status_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/misc_status_config.py b/linhes/linhes-system/misc_status_config.py
index 80205cd..b025886 100755
--- a/linhes/linhes-system/misc_status_config.py
+++ b/linhes/linhes-system/misc_status_config.py
@@ -37,5 +37,5 @@ for line in config_file:
#this is how you reference a value from mv_hostype.py
if (systemconfig.get("SystemType") == "Standalone"):
dbSettingChange()
-elif systemconfig.get("SystemType") == "Master_backend":
+elif systemconfig.get("SystemType") == "MasterBackend":
dbSettingChange()