]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - lighttpd-ipv6.sh
Bump follow-redirects from 1.15.2 to 1.15.4
[github/bastienwirtz/homer.git] / lighttpd-ipv6.sh
index 00b0ddadf3fb613cf5efd6d6942a5b782cf32a75..40c485a2a0c99a236d6df65ae5573d67c76f9b38 100755 (executable)
@@ -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