aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xlighttpd-ipv6.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Enable IPV6 if needed 3# Enable IPV6 if needed
4if [[ "${IPV6_DISABLE}" == "1" ]]; then 4if [[ "${IPV6_DISABLE}" != "1" ]]; then
5 echo '$SERVER["socket"] == "[::]:" + env.PORT { }' 5 echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
6fi 6fi