diff options
Diffstat (limited to 'ipv6.sh')
-rwxr-xr-x | ipv6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Enable IPV6 if needed | 3 | # Enable IPV6 if needed |
4 | if test -z "$IPV6_DISABLE"; then | 4 | if [[ "${IPV6_DISABLE}" == "1" ]]; then |
5 | echo '$SERVER["socket"] == "[::]:" + env.PORT { }' | 5 | echo '$SERVER["socket"] == "[::]:" + env.PORT { }' |
6 | fi | 6 | fi |