summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_supplemental.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/mv_supplemental.py')
-rwxr-xr-x[-rw-r--r--]abs/core/LinHES-config/mv_supplemental.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/mv_supplemental.py b/abs/core/LinHES-config/mv_supplemental.py
index e25465e..2b8bd2f 100644..100755
--- a/abs/core/LinHES-config/mv_supplemental.py
+++ b/abs/core/LinHES-config/mv_supplemental.py
@@ -20,7 +20,7 @@ def windowmanager(systemconfig):
style = ""
if style == "1" and windowmanager != "default" :
- style = "mythvantage"
+ style = "enhanced"
else:
style = ""
@@ -31,7 +31,7 @@ def windowmanager(systemconfig):
logging.info("__End of windowmanager \n")
-def supplemental(systemconfig):
+def supplemental(systemconfig,this_is_install = False):
logging.info("____Start of supplemental config ____")
try:
supplemental=systemconfig.get("supplemental")
@@ -39,6 +39,11 @@ def supplemental(systemconfig):
supplemental = "0"
if supplemental == "1":
logging.info(" Installing supplemental system\n")
+ if this_is_install == True:
+ if os.path.exists('/home/xymon/server'):
+ cmd='''pacman --noconfirm --dbonly -Sddf xymonserver'''
+ mv_common.runcmd(cmd)
+
cmd='''/usr/LH/bin/install_supplemental_service.sh'''
mv_common.runcmd(cmd)
logging.info("__End of supplemental\n") \ No newline at end of file