File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed File renamed without changes.
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