We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f8989 commit 513a11bCopy full SHA for 513a11b
3.6/alpine/docker-entrypoint.sh
@@ -171,8 +171,8 @@ if [ "${RABBITMQ_ERLANG_COOKIE:-}" ]; then
171
fi
172
else
173
echo "$RABBITMQ_ERLANG_COOKIE" > "$cookieFile"
174
- chmod 600 "$cookieFile"
175
+ chmod 600 "$cookieFile"
176
177
178
# prints "$2$1$3$1...$N"
3.6/debian/docker-entrypoint.sh
0 commit comments