Skip to content

Commit 211ee2e

Browse files
hairyhummichaelklishin
authored andcommitted
Add extension to default advanced config file name on windows
(cherry picked from commit 721fef6)
1 parent 90b9364 commit 211ee2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/rabbitmq-env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ if "!RABBITMQ_GENERATED_CONFIG_DIR!"=="" (
194194
CALL :unquote RABBITMQ_ADVANCED_CONFIG_FILE %RABBITMQ_ADVANCED_CONFIG_FILE%
195195
if "!RABBITMQ_ADVANCED_CONFIG_FILE!"=="" (
196196
if "!ADVANCED_CONFIG_FILE!"=="" (
197-
set RABBITMQ_ADVANCED_CONFIG_FILE=!RABBITMQ_BASE!\advanced
197+
set RABBITMQ_ADVANCED_CONFIG_FILE=!RABBITMQ_BASE!\advanced.config
198198
) else (
199199
set RABBITMQ_ADVANCED_CONFIG_FILE=!ADVANCED_CONFIG_FILE!
200200
)

scripts/rabbitmq-server.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if not "!RABBITMQ_NODE_IP_ADDRESS!"=="" (
190190
)
191191
)
192192

193-
REM If $RABBITMQ_LOGS is '-', send all log messages to stdout. This is
193+
REM If !RABBITMQ_LOGS! is '-', send all log messages to stdout. This is
194194
REM particularly useful for Docker images.
195195

196196
if "!RABBITMQ_LOGS!" == "-" (

0 commit comments

Comments
 (0)