mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Fix #4
This commit is contained in:
parent
9057c12c38
commit
521b72653c
@ -246,5 +246,5 @@ function kernel_ipv6_lo_disabled() {
|
||||
# Returns 0 if ipv6 is disabled on the loopback adapter
|
||||
local v="$(sysctl -n net.ipv6.conf.lo.disable_ipv6)"
|
||||
[ "$v" == "1" ] && return 0
|
||||
return 0
|
||||
return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user