Skip to content

Commit 92b94f6

Browse files
Merge pull request #12 from ISISComputingGroup/freddie_patch
Correct IOC name
2 parents 1802cda + 1839bd2 commit 92b94f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forwarder_launch.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ setlocal
22
call %~dp0..\..\..\config_env_base.bat
33
@echo on
44
set "GETMACRO=%EPICS_KIT_ROOT%\support\icpconfig\master\bin\%EPICS_HOST_ARCH%\icpconfigGetMacro.exe"
5-
set "MYIOCNAME=FORWARDER"
5+
set "MYIOCNAME=FWDR"
66
set "KAFKA_BROKER=livedata.isis.cclrc.ac.uk:31092"
77
REM allow local config override in globals.txt
88
for /f %%a in ( '%GETMACRO% "KAFKA_BROKER" %MYIOCNAME%' ) do ( set "KAFKA_BROKER=%%a" )

0 commit comments

Comments
 (0)