mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Add dot to network regex check
Signed-off-by: Alexandru Nica <alexandru.nica@uipath.com>
This commit is contained in:
parent
36888bc568
commit
542487e909
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ It is set to '$APACHE_IP_BINDING'."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -n "$APACHE_ADDITIONAL_NETWORK" ]; then
|
if [ -n "$APACHE_ADDITIONAL_NETWORK" ]; then
|
||||||
if ! echo "$APACHE_ADDITIONAL_NETWORK" | grep -q "^[a-zA-Z0-9_-]\+$"; then
|
if ! echo "$APACHE_ADDITIONAL_NETWORK" | grep -q "^[a-zA-Z0-9._-]\+$"; then
|
||||||
print_red "You've set APACHE_ADDITIONAL_NETWORK but not to an allowed value.
|
print_red "You've set APACHE_ADDITIONAL_NETWORK but not to an allowed value.
|
||||||
It needs to be a string with letters, numbers, hyphens and underscores.
|
It needs to be a string with letters, numbers, hyphens and underscores.
|
||||||
It is set to '$APACHE_ADDITIONAL_NETWORK'."
|
It is set to '$APACHE_ADDITIONAL_NETWORK'."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue