From 5dd40dffdd52b300acaeaea9a6c8cfe2cd3f51c7 Mon Sep 17 00:00:00 2001 From: Hades DAQ Date: Fri, 1 Mar 2019 20:14:56 +0100 Subject: [PATCH] fixed startup issue in xterm. user request was ignored. added "-t" to ssh. MT --- control/gui/daq/10_Start_DAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...\" -- 2.43.0