mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
address review
Signed-off-by: Simon L. <szaimen@e.mail.de> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
895f4b82e3
commit
00a2e88c22
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ fi
|
|||
|
||||
IP_BINDING="::"
|
||||
if grep -q "1" /sys/module/ipv6/parameters/disable \
|
||||
|| sysctl -a 2>/dev/null | grep "net.ipv6.conf.all.disable_ipv6" | grep -q "1" \
|
||||
|| sysctl -a 2>/dev/null | grep "net.ipv6.conf.default.disable_ipv6" | grep -q "1"; then
|
||||
|| grep -q "1" /proc/sys/net/ipv6/conf/all/disable_ipv6 \
|
||||
|| grep -q "1" /proc/sys/net/ipv6/conf/default/disable_ipv6; then
|
||||
IP_BINDING="0.0.0.0"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue