Merge branch 'nextcloud:main' into main

This commit is contained in:
Jehu Marcos Herrera Puentes 2024-12-17 09:55:14 -06:00 committed by GitHub
commit 79d4ce1436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 92 additions and 35 deletions

View file

@ -194,7 +194,7 @@ It is set to '$APACHE_IP_BINDING'."
fi
fi
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.
It needs to be a string with letters, numbers, hyphens and underscores.
It is set to '$APACHE_ADDITIONAL_NETWORK'."