diff options
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index e6b539097..35cac4682 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -129,6 +129,7 @@ class Core(object): print pid exit(0) else: + print "false" exit(1) elif option == "--clean": self.cleanTree() |