From 9d8921ddce2776a8b5eeab6415555e70fc7c5baa Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Mon, 6 Mar 2017 14:15:00 +0000
Subject: [PATCH] update for 7id machine changes

---
 sbin/dm_remote_control.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/dm_remote_control.sh b/sbin/dm_remote_control.sh
index d5cf03f5..823d28cc 100755
--- a/sbin/dm_remote_control.sh
+++ b/sbin/dm_remote_control.sh
@@ -6,7 +6,7 @@ echo $0: ACTION=$ACTION
 echo
 
 # Format is DISPLAY_NAME:MACHINE:HOME_DIRECTORY:SERVICE_TYPE
-STATION_LIST="CentralStorage:apsgpfs08:dm:ds 1ID:pinotnoir:dm:daq 6IDD:s6iddm:dm:daq 6BM:s6bmdm:dm:daq 7ID:gremlin:dm:daq 8IDI:amethyst:dm:daq 11IDB:s11idbdm:dm_idb:daq 11IDC:s11idcdm:dm_idc:daq 33ID:sis:dm:daq 34IDE:hpcs34:dm:daq"
+STATION_LIST="CentralStorage:apsgpfs08:dm:ds 1ID:pinotnoir:dm:daq 6IDD:s6iddm:dm:daq 6BM:s6bmdm:dm:daq 7ID:s7iddm:dm:daq 8IDI:amethyst:dm:daq 11IDB:s11idbdm:dm_idb:daq 11IDC:s11idcdm:dm_idc:daq 33ID:sis:dm:daq 34IDE:hpcs34:dm:daq"
 
 for s in $STATION_LIST ; do
     stationName=`echo $s | cut -f1 -d':'`
-- 
GitLab