Script execution

This commit is contained in:
sfop
2017-03-30 09:30:25 +02:00
parent c74a106038
commit 97fe8499fd
+2 -1
View File
@@ -315,7 +315,8 @@ def is_camtool_running():
def kill_camtool():
ret = exec_cmd("killall -9 " + CAMTOOL_SERVER_SCRIPT)
ret += exec_cmd('pkill -f " \-p ' + _get_camtool_port())
ret += exec_cmd('pkill -f " \-p ' + _get_camtool_port() + '"')
return ret
def _run_camtool():
try: