Script execution
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user