From d6208a0b18ab9f379a8cf038b495174d45679f17 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 22 Dec 2022 10:16:47 +0100 Subject: [PATCH] fix the comment Signed-off-by: Simon L --- Containers/nextcloud/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 6dc829cfe93..c30c9d43c06 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -431,7 +431,7 @@ if [ "$COLLABORA_ENABLED" = 'yes' ]; then fi fi else - echo "Warning: No ipv4-address found for the collabora container." + echo "Warning: No ipv4-address found for $NC_DOMAIN." fi if [ -n "$COLLABORA_IPv6_ADDRESS" ]; then if ! echo "$COLLABORA_ALLOW_LIST" | grep -q "$COLLABORA_IPv6_ADDRESS"; then @@ -442,7 +442,7 @@ if [ "$COLLABORA_ENABLED" = 'yes' ]; then fi fi else - echo "No ipv6-address found for the collabora container." + echo "No ipv6-address found for $NC_DOMAIN." fi if [ -n "$COLLABORA_ALLOW_LIST" ]; then PRIVATE_IP_RANGES='127.0.0.1/8,192.168.0.0/16,172.16.0.0/12,10.0.0.0/8,fd00::/8,::1'