diff --git a/lighttpd-ipv6.sh b/lighttpd-ipv6.sh index 00b0dda..40c485a 100755 --- a/lighttpd-ipv6.sh +++ b/lighttpd-ipv6.sh @@ -1,6 +1,6 @@ #!/bin/sh # Enable IPV6 if needed -if [[ "${IPV6_DISABLE}" == "1" ]]; then +if [[ "${IPV6_DISABLE}" != "1" ]]; then echo '$SERVER["socket"] == "[::]:" + env.PORT { }' fi