mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-12 08:40:16 +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="::"
|
IP_BINDING="::"
|
||||||
if grep -q "1" /sys/module/ipv6/parameters/disable \
|
if grep -q "1" /sys/module/ipv6/parameters/disable \
|
||||||
|| sysctl -a 2>/dev/null | grep "net.ipv6.conf.all.disable_ipv6" | grep -q "1" \
|
|| grep -q "1" /proc/sys/net/ipv6/conf/all/disable_ipv6 \
|
||||||
|| sysctl -a 2>/dev/null | grep "net.ipv6.conf.default.disable_ipv6" | grep -q "1"; then
|
|| grep -q "1" /proc/sys/net/ipv6/conf/default/disable_ipv6; then
|
||||||
IP_BINDING="0.0.0.0"
|
IP_BINDING="0.0.0.0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue