summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/empty_storage_groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/empty_storage_groups.py')
-rwxr-xr-xlinhes/linhes-system/empty_storage_groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/empty_storage_groups.py b/linhes/linhes-system/empty_storage_groups.py
index 4b5aff8..708c118 100755
--- a/linhes/linhes-system/empty_storage_groups.py
+++ b/linhes/linhes-system/empty_storage_groups.py
@@ -165,7 +165,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...")