summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/myth_mtc.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-14 16:08:56 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-14 16:08:56 (GMT)
commite5077f0f7459d6f91d44a1135d7150910e0b1f62 (patch)
treecf792f71cf050541602853e4674b7b3501610cf5 /abs/core-testing/LinHES-system/myth_mtc.py
parentb2a8ec177417a2f5d380f8e9d05bca3c2f8aa291 (diff)
downloadlinhes_pkgbuild-e5077f0f7459d6f91d44a1135d7150910e0b1f62.zip
linhes_pkgbuild-e5077f0f7459d6f91d44a1135d7150910e0b1f62.tar.gz
linhes_pkgbuild-e5077f0f7459d6f91d44a1135d7150910e0b1f62.tar.bz2
Add smolt to start on first boot.
correct link location for myth_mtc.py in cron.daily
Diffstat (limited to 'abs/core-testing/LinHES-system/myth_mtc.py')
-rwxr-xr-xabs/core-testing/LinHES-system/myth_mtc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/myth_mtc.py b/abs/core-testing/LinHES-system/myth_mtc.py
index faeee84..5505b0a 100755
--- a/abs/core-testing/LinHES-system/myth_mtc.py
+++ b/abs/core-testing/LinHES-system/myth_mtc.py
@@ -112,10 +112,10 @@ def run_stuff():
optimize()
print "Running backup"
- os.system('/usr/MythVantage/bin/backup_job')
+ os.system('/usr/LH/bin/backup_job')
print "Running system_update"
- os.system('/usr/MythVantage/bin/update_system')
+ os.system('/usr/LH/bin/update_system')
continue_loop=False
else:
continue_loop=True