Script execution

This commit is contained in:
sfop
2017-05-22 14:58:40 +02:00
parent 01fec56a81
commit 119f12a126
+1 -1
View File
@@ -343,7 +343,7 @@ def kill_camtool():
def _run_camtool():
try:
#cmd = "source /opt/gfa/python\n"
cmd = "source /opt/gfa/python\n"
cmd = CAMTOOL_SERVER_SCRIPT + " -p " + _get_camtool_port() + " -b /afs/psi.ch/intranet/SF/Applications/config/camtool_n"
if not PRINT_CAMTOOL_OUTPUT:
cmd = cmd + " > /dev/null 2>&1"