use IOC instead of %T for ioc name because of possible long IOC names
This commit is contained in:
@@ -31,7 +31,8 @@ sprintf (STRINGBUFFER, "%s/sls/bin/loadAllSettings.sh", INSTBASE)
|
||||
rsh (bootHost(), STRINGBUFFER, IOC, "default")
|
||||
|
||||
# insert record list into database
|
||||
listRecords (bootInfo("/home/ioc/%T.dbl"), "RTYP DESC")
|
||||
sprintf (STRINGBUFFER, "/home/ioc/%s.dbl", IOC)
|
||||
listRecords (STRINGBUFFER, "RTYP DESC")
|
||||
sprintf (STRINGBUFFER, "%s/sls/bin/dbl2odb.sh", INSTBASE)
|
||||
rsh (bootHost(), STRINGBUFFER, IOC, bootInfo("%B"), getenv("EPICS_CA_SERVER_PORT"), "&")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user