summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_supplemental.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-06-17 04:35:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-06-17 04:35:59 (GMT)
commit15100dde98b146bda93ddb4987477407e7d9b7ac (patch)
treeb313084f7e7b1572ac48d53007558684d73cf1ab /abs/core/LinHES-config/mv_supplemental.py
parent9368d08f072ae32e7984417deb44472293129754 (diff)
downloadlinhes_pkgbuild-15100dde98b146bda93ddb4987477407e7d9b7ac.zip
linhes_pkgbuild-15100dde98b146bda93ddb4987477407e7d9b7ac.tar.gz
linhes_pkgbuild-15100dde98b146bda93ddb4987477407e7d9b7ac.tar.bz2
LinHES-config: remove --force from pacman cmds
Diffstat (limited to 'abs/core/LinHES-config/mv_supplemental.py')
-rwxr-xr-xabs/core/LinHES-config/mv_supplemental.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_supplemental.py b/abs/core/LinHES-config/mv_supplemental.py
index 50a6c1a..54cbfaa 100755
--- a/abs/core/LinHES-config/mv_supplemental.py
+++ b/abs/core/LinHES-config/mv_supplemental.py
@@ -46,7 +46,7 @@ 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 -Sdd --force xymonserver'''
+ cmd='''pacman --noconfirm --dbonly -Sdd xymonserver'''
mv_common.runcmd(cmd)
cmd='''/usr/LH/bin/install_supplemental_service.sh'''