Epics@GSI Webhome

rc EPICS script: (re)start hadcon at reboot - EPICS script draft

%begin bash% mylist=$(grep -v '^#' <EPICS-IOCS>.txt | cut -d "|" -f 1)

for item in $mylist do if [ "$item" = "$myHostname" ] then [ ! -f ${startBackgroundEpicsIOCScript} ] && break;

export HOSTNAME=${HOSTNAME:=${myHostname}} ${startBackgroundEpicsIOCScript}

break; fi done %end%


-- PeterZumbruch - 13 Jan 2010
Topic revision: r2 - 2010-01-13, PeterZumbruch
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)