summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/myth_mtc.py
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/myth_mtc.py')
-rwxr-xr-xlinhes/linhes-system/myth_mtc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/linhes-system/myth_mtc.py b/linhes/linhes-system/myth_mtc.py
index 3cfbfb1..1a71aa9 100755
--- a/linhes/linhes-system/myth_mtc.py
+++ b/linhes/linhes-system/myth_mtc.py
@@ -122,13 +122,13 @@ def run_stuff():
if ("--backup" in sys.argv) or runall:
print("\n#######################################")
print("\n%s Running Backup" %(get_timestamp()))
- if not os.system('/usr/LH/bin/lh_system_backup_job'):
+ if not os.system('/usr/bin/lh_system_backup_job'):
print("\nFinished Backup")
if ("--update" in sys.argv) or runall:
print("\n#######################################")
print("\n%s Running System Update" %(get_timestamp()))
- if not os.system('/usr/LH/bin/lh_system_host_update'):
+ if not os.system('/usr/bin/lh_system_host_update'):
print("\nFinished Update")
print("\n#######################################")