diff options
Diffstat (limited to 'linhes/linhes-system/balance_storage_groups.py')
-rwxr-xr-x | linhes/linhes-system/balance_storage_groups.py | 2 |
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...") |