diff --git a/sbin/dm_remote_control.sh b/sbin/dm_remote_control.sh index d5cf03f5c0fd25ba0fcef1d3fa8d1030f7f71979..823d28cc0d9c8600ee78ed94ac54128e22ddccee 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':'`