mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix the comment
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e8e01f8687
commit
d6208a0b18
1 changed files with 2 additions and 2 deletions
|
|
@ -431,7 +431,7 @@ if [ "$COLLABORA_ENABLED" = 'yes' ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "Warning: No ipv4-address found for the collabora container."
|
echo "Warning: No ipv4-address found for $NC_DOMAIN."
|
||||||
fi
|
fi
|
||||||
if [ -n "$COLLABORA_IPv6_ADDRESS" ]; then
|
if [ -n "$COLLABORA_IPv6_ADDRESS" ]; then
|
||||||
if ! echo "$COLLABORA_ALLOW_LIST" | grep -q "$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
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "No ipv6-address found for the collabora container."
|
echo "No ipv6-address found for $NC_DOMAIN."
|
||||||
fi
|
fi
|
||||||
if [ -n "$COLLABORA_ALLOW_LIST" ]; then
|
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'
|
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue