From 518f401ed1ae621beac798067808cc99565b3c5c Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 7 Jun 2009 22:13:21 -0500 Subject: blah --- abs/core-testing/LinHES-config/mv_common.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/abs/core-testing/LinHES-config/mv_common.py b/abs/core-testing/LinHES-config/mv_common.py index 9b33454..abf52c3 100755 --- a/abs/core-testing/LinHES-config/mv_common.py +++ b/abs/core-testing/LinHES-config/mv_common.py @@ -139,9 +139,11 @@ def restartLCD(RESTART_LCD): def reloadfe(dbhost,RESTART_LCD): logging.debug("____Start of reloadfe____") - logging.info(" Clearing Backend cache") - cmd = '''/usr/bin/backend_control.sh clearcache behost %s''' %dbhost - runcmd(cmd) + if data_config.SYSTEMTYPE == "MythVantage": + logging.info(" Clearing Backend cache") + cmd = '''/usr/bin/backend_control.sh clearcache behost %s''' %dbhost + runcmd(cmd) + restartLCD(RESTART_LCD) for pid in getpid("mythfrontend"): cmd = ''' kill -s USR1 %s ''' %pid -- cgit v0.12