mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-03 03:19:03 +08:00
fix SC
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
62c7e3f133
commit
b8f534244b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ done
|
|||
# Get ipv4-address of Apache
|
||||
IPv4_ADDRESS="$(dig nextcloud-aio-apache A +short | head -1)"
|
||||
# Bring it in CIDR notation
|
||||
# shellcheck disable=SC2001
|
||||
IPv4_ADDRESS="$(echo "$IPv4_ADDRESS" | sed 's|[0-9]\+$|1/32|')"
|
||||
|
||||
if [ -z "$APACHE_PORT" ]; then
|
||||
|
|
Loading…
Reference in a new issue