summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_hostype.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-07 22:36:47 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-07 22:36:47 (GMT)
commite69026e1a93793f3f410c19cd79a1d79db8f66e4 (patch)
tree71d5889a6e0f88c62b7ae4c42d0c8438b20980fa /abs/core/LinHES-config/mv_hostype.py
parentc4ff23fa885a374dfa82b2e6fc17c2ca57966fca (diff)
downloadlinhes_pkgbuild-e69026e1a93793f3f410c19cd79a1d79db8f66e4.zip
linhes_pkgbuild-e69026e1a93793f3f410c19cd79a1d79db8f66e4.tar.gz
linhes_pkgbuild-e69026e1a93793f3f410c19cd79a1d79db8f66e4.tar.bz2
LinHES-config: mv_hostype.py: when Run MythWelcome is enabled mythwelcome-config.py is run
Diffstat (limited to 'abs/core/LinHES-config/mv_hostype.py')
-rwxr-xr-xabs/core/LinHES-config/mv_hostype.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_hostype.py b/abs/core/LinHES-config/mv_hostype.py
index df0ec1a..880c0b9 100755
--- a/abs/core/LinHES-config/mv_hostype.py
+++ b/abs/core/LinHES-config/mv_hostype.py
@@ -351,6 +351,10 @@ def hostypeprint(systemconfig):
if data_config.SYSTEMTYPE == "MythVantage":
mv_common.remove_service("ghosd")
+ if systemconfig.get("UseMythWelcome") == "1":
+ logging.debug(" Running mythwelcome-config.py")
+ cmd="/usr/LH/bin/mythwelcome-config.py"
+ mv_common.runcmd(cmd)
if restart_mbe == True :
setup_mysql_connection(systemconfig)