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-xabs/core/LinHES-config/mv_supplemental.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/mv_supplemental.py b/abs/core/LinHES-config/mv_supplemental.py
index 2b8bd2f..2699b3b 100755
--- a/abs/core/LinHES-config/mv_supplemental.py
+++ b/abs/core/LinHES-config/mv_supplemental.py
@@ -41,9 +41,9 @@ def supplemental(systemconfig,this_is_install = False):
logging.info(" Installing supplemental system\n")
if this_is_install == True:
if os.path.exists('/home/xymon/server'):
- cmd='''pacman --noconfirm --dbonly -Sddf xymonserver'''
+ cmd='''pacman --noconfirm --dbonly -Sdd --force 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
+ logging.info("__End of supplemental\n")