diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-02-12 23:57:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-02-12 23:57:43 (GMT) |
commit | bc85e1b516a6a4624b055f4d1b4fdf0c3f3a3405 (patch) | |
tree | 5f3e3142b33c69cce475cd4205bc14de64ff7c3a /linhes/linhes-system/myth_mtc.py | |
parent | e09439b06ef0ad8e3784b1a698596a561838a75c (diff) | |
download | linhes_pkgbuild-bc85e1b516a6a4624b055f4d1b4fdf0c3f3a3405.zip linhes_pkgbuild-bc85e1b516a6a4624b055f4d1b4fdf0c3f3a3405.tar.gz linhes_pkgbuild-bc85e1b516a6a4624b055f4d1b4fdf0c3f3a3405.tar.bz2 |
linhes-system: add intel deps
Diffstat (limited to 'linhes/linhes-system/myth_mtc.py')
-rwxr-xr-x | linhes/linhes-system/myth_mtc.py | 4 |
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#######################################") |