From bbf3ee0eff8056194ffd97a34e400314afd10a0a Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 30 Mar 2017 09:27:32 +0200 Subject: [PATCH] Script execution --- script/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/local.py b/script/local.py index 2e04e91..0cf00d5 100755 --- a/script/local.py +++ b/script/local.py @@ -320,6 +320,7 @@ def kill_camtool(): def _run_camtool(): try: cmd = "source /opt/gfa/python\n" + port = camtool.url[camtool.url.rfind(":")+1:] cmd = cmd + CAMTOOL_SERVER_SCRIPT + " -p " + port + " -b /afs/psi.ch/intranet/SF/Applications/config/camtool_n > /dev/null &" print exec_cmd(cmd) except: