diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 4220db302..7fcfc0f7a 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -211,6 +211,7 @@ class Core(object): pid = self.isAlreadyRunning() if not pid: print "No pyLoad running." + return try: os.kill(pid, 3) #SIGUIT |