summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/balance_storage_groups.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-01-23 17:06:46 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-01-23 17:06:46 (GMT)
commit1b28d4879e5c6391dec91de9344c7ce9da918de5 (patch)
tree19aab2b976a5560c87cb434e72327fc46e062437 /linhes/linhes-system/balance_storage_groups.py
parent3f313532881ff9c2a0e189a4eead51f20bd6f716 (diff)
downloadlinhes_pkgbuild-1b28d4879e5c6391dec91de9344c7ce9da918de5.zip
linhes_pkgbuild-1b28d4879e5c6391dec91de9344c7ce9da918de5.tar.gz
linhes_pkgbuild-1b28d4879e5c6391dec91de9344c7ce9da918de5.tar.bz2
linhes-system: gen_lib_xml.py use lh_home_check.sh
Diffstat (limited to 'linhes/linhes-system/balance_storage_groups.py')
-rwxr-xr-xlinhes/linhes-system/balance_storage_groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/balance_storage_groups.py b/linhes/linhes-system/balance_storage_groups.py
index 0dd4b01..e525a27 100755
--- a/linhes/linhes-system/balance_storage_groups.py
+++ b/linhes/linhes-system/balance_storage_groups.py
@@ -132,7 +132,7 @@ if __name__ == '__main__':
else:
print("------------------------------------------------")
print("Checking System Status...")
- if subprocess.call(["/usr/bin/python2", "/usr/LH/bin/idle.py", "-s"]):
+ if subprocess.call(["/usr/bin/python", "/usr/bin/idle.py", "-s"]):
print(" System is busy. The file will not be moved.")
sys.exit()
print("Moving File...")