Skip to content
Snippets Groups Projects
Commit 6b0fbf45 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

accidentally had require misc twice

parent ebdd0628
No related branches found
No related tags found
No related merge requests found
...@@ -358,7 +358,6 @@ if [ "$SHELLBOX" ] ...@@ -358,7 +358,6 @@ if [ "$SHELLBOX" ]
then then
PATH=$PATH:/home/ioc/bin PATH=$PATH:/home/ioc/bin
export BCAST_ADDR=$(/sbin/ifconfig eth0 | awk -F '[ :]+' '/Bcast/ {print $6}') export BCAST_ADDR=$(/sbin/ifconfig eth0 | awk -F '[ :]+' '/Bcast/ {print $6}')
echo "require misc"
echo "! rm -f /tmp/${IOC}.dbl" echo "! rm -f /tmp/${IOC}.dbl"
echo 'dbl "","RTYP DESC" > /tmp/${IOC}.dbl' echo 'dbl "","RTYP DESC" > /tmp/${IOC}.dbl'
echo "! dbl2odb.sh ${IOC} \"$BCAST_ADDR\" \"$EPICS_CA_SERVER_PORT\"" echo "! dbl2odb.sh ${IOC} \"$BCAST_ADDR\" \"$EPICS_CA_SERVER_PORT\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment