From 406d5ee14aec24f9012ce204dc6aa0e5400a649d Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 21 Sep 2018 13:07:13 -0700 Subject: [PATCH] Update comment to be consistent between 3.6 and 3.7 --- 3.6/alpine/docker-entrypoint.sh | 2 +- 3.6/debian/docker-entrypoint.sh | 2 +- 3.6/docker-entrypoint.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3.6/alpine/docker-entrypoint.sh b/3.6/alpine/docker-entrypoint.sh index d73505de..3ad149e6 100755 --- a/3.6/alpine/docker-entrypoint.sh +++ b/3.6/alpine/docker-entrypoint.sh @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do eval "export $var=\"\$default\"" done -# If long & short hostnames are not the same, use long hostnames +# if long and short hostnames are not the same, use long hostnames if [ "$(hostname)" != "$(hostname -s)" ]; then : "${RABBITMQ_USE_LONGNAME:=true}" fi diff --git a/3.6/debian/docker-entrypoint.sh b/3.6/debian/docker-entrypoint.sh index 3f78ac07..861561ad 100755 --- a/3.6/debian/docker-entrypoint.sh +++ b/3.6/debian/docker-entrypoint.sh @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do eval "export $var=\"\$default\"" done -# If long & short hostnames are not the same, use long hostnames +# if long and short hostnames are not the same, use long hostnames if [ "$(hostname)" != "$(hostname -s)" ]; then : "${RABBITMQ_USE_LONGNAME:=true}" fi diff --git a/3.6/docker-entrypoint.sh b/3.6/docker-entrypoint.sh index 3f78ac07..861561ad 100755 --- a/3.6/docker-entrypoint.sh +++ b/3.6/docker-entrypoint.sh @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do eval "export $var=\"\$default\"" done -# If long & short hostnames are not the same, use long hostnames +# if long and short hostnames are not the same, use long hostnames if [ "$(hostname)" != "$(hostname -s)" ]; then : "${RABBITMQ_USE_LONGNAME:=true}" fi