From: Hades DAQ Date: Fri, 1 Mar 2019 19:14:56 +0000 (+0100) Subject: fixed startup issue in xterm. user request was ignored. added "-t" to ssh. MT X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5dd40dffdd52b300acaeaea9a6c8cfe2cd3f51c7;p=hadesdaq.git fixed startup issue in xterm. user request was ignored. added "-t" to ssh. MT --- diff --git a/control/gui/daq/10_Start_DAQ b/control/gui/daq/10_Start_DAQ index 9f07f5e..6c51976 100755 --- a/control/gui/daq/10_Start_DAQ +++ b/control/gui/daq/10_Start_DAQ @@ -7,7 +7,7 @@ notifyall.sh "DAQ" " DAQ is going to be restarted." "STARTUP" & xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' - ssh hadaq@lxhadesdaqp " + ssh -t hadaq@lxhadesdaqp " source /home/hadaq/.bash_profile echo \" Connected to lxhadesdaq...\" echo \" Starting DAQ with default settings...\"