mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Update start.sh
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
571edd4bb4
commit
b3977ed1c8
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ It is set to '$APACHE_PORT'."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -n "$APACHE_IP_BINDING" ]; then
|
if [ -n "$APACHE_IP_BINDING" ]; then
|
||||||
if ! echo "$APACHE_IP_BINDING" | grep -q '^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$\|^[0-9a-f:]\+$'; then
|
if ! echo "$APACHE_IP_BINDING" | grep -q '^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$\|^[0-9a-f:]\+$\|^@INTERNAL$'; then
|
||||||
print_red "You provided an ip-address for the apache container's ip-binding but it was not a valid ip-address.
|
print_red "You provided an ip-address for the apache container's ip-binding but it was not a valid ip-address.
|
||||||
It is set to '$APACHE_IP_BINDING'."
|
It is set to '$APACHE_IP_BINDING'."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue