File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ if "!RABBITMQ_SCHEMA_DIR!" == "" (
202
202
)
203
203
)
204
204
205
-
206
205
REM [ "x" = "x$RABBITMQ_LOG_BASE" ] && RABBITMQ_LOG_BASE=${LOG_BASE}
207
206
if " !RABBITMQ_LOG_BASE! " == " " (
208
207
if " !LOG_BASE! " == " " (
@@ -418,7 +417,7 @@ exit /b
418
417
419
418
:filter_path
420
419
REM Ensure ERL_LIBS begins with valid path
421
- IF [ %ERL_LIBS% ] EQU [] (
420
+ IF " %ERL_LIBS% " == " " (
422
421
set ERL_LIBS = %~dps1%~n1%~x1
423
422
) else (
424
423
set ERL_LIBS = %ERL_LIBS% ;%~dps1%~n1%~x1
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ if [ ! -d ${RABBITMQ_GENERATED_CONFIG_DIR} ]; then
115
115
mkdir -p " ${RABBITMQ_GENERATED_CONFIG_DIR} "
116
116
fi
117
117
118
- if [ ! -f " ${RABBITMQ_SCHEMA_DIR} /rabbitmq .schema" ]; then
119
- cp " ${RABBITMQ_HOME} /priv/schema/rabbitmq .schema" " ${RABBITMQ_SCHEMA_DIR} "
118
+ if [ ! -f " ${RABBITMQ_SCHEMA_DIR} /rabbit .schema" ]; then
119
+ cp " ${RABBITMQ_HOME} /priv/schema/rabbit .schema" " ${RABBITMQ_SCHEMA_DIR} "
120
120
fi
121
121
122
122
set -e
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ if not exist "!RABBITMQ_GENERATED_CONFIG_DIR!" (
79
79
mkdir " !RABBITMQ_GENERATED_CONFIG_DIR! "
80
80
)
81
81
82
- if not exist " !RABBITMQ_SCHEMA_DIR! \rabbitmq .schema" (
83
- copy " !RABBITMQ_HOME! \priv\schema\rabbitmq .schema" " !RABBITMQ_SCHEMA_DIR! \rabbitmq .schema"
82
+ if not exist " !RABBITMQ_SCHEMA_DIR! \rabbit .schema" (
83
+ copy " !RABBITMQ_HOME! \priv\schema\rabbit .schema" " !RABBITMQ_SCHEMA_DIR! \rabbit .schema"
84
84
)
85
85
86
86
set RABBITMQ_EBIN_PATH = " -pa !RABBITMQ_EBIN_ROOT! "
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ if not exist "!RABBITMQ_GENERATED_CONFIG_DIR!" (
165
165
mkdir " !RABBITMQ_GENERATED_CONFIG_DIR! "
166
166
)
167
167
168
- if not exist " !RABBITMQ_SCHEMA_DIR! \rabbitmq .schema" (
169
- copy " !RABBITMQ_HOME! \priv\schema\rabbitmq .schema" " !RABBITMQ_SCHEMA_DIR! \rabbitmq .schema"
168
+ if not exist " !RABBITMQ_SCHEMA_DIR! \rabbit .schema" (
169
+ copy " !RABBITMQ_HOME! \priv\schema\rabbit .schema" " !RABBITMQ_SCHEMA_DIR! \rabbit .schema"
170
170
)
171
171
REM Try to create advanced config file, if it doesn't exist
172
172
REM It still can fail to be created, but at least not for default install
You can’t perform that action at this time.
0 commit comments