From 7d1ba5f0c5595cbbc654f4f7adb13910c2709235 Mon Sep 17 00:00:00 2001 From: "hadaq@CountingHouse" Date: Fri, 28 Feb 2014 02:57:18 +0100 Subject: [PATCH] added requester, mt --- control/gui/daq/30_Reboot_OEP | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/control/gui/daq/30_Reboot_OEP b/control/gui/daq/30_Reboot_OEP index f997de3..7b47d1d 100755 --- a/control/gui/daq/30_Reboot_OEP +++ b/control/gui/daq/30_Reboot_OEP @@ -1,4 +1,9 @@ #!/bin/bash + +export myvar=$(doyoureallywant.pl "to reboot the MDC-OEPs") +if [ $myvar == "256" ]; then exit; fi + + ssh -X hadaq@lxhadesdaq " xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' ~/bin/rebootoep_x11.sh -- 2.43.0