We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8852665 commit 95de31bCopy full SHA for 95de31b
entrypoint/10-listen-on-ipv6-by-default.sh
@@ -27,7 +27,7 @@ fi
27
touch /$DEFAULT_CONF_FILE 2>/dev/null || { entrypoint_log "$ME: info: can not modify /$DEFAULT_CONF_FILE (read-only file system?)"; exit 0; }
28
29
# check if the file is already modified, e.g. on a container restart
30
-grep -q "listen \[::]\:80;" /$DEFAULT_CONF_FILE && { entrypoint_log "$ME: info: IPv6 listen already enabled"; exit 0; }
+grep -q "listen \[::\]:80;" /$DEFAULT_CONF_FILE && { entrypoint_log "$ME: info: IPv6 listen already enabled"; exit 0; }
31
32
if [ -f "/etc/os-release" ]; then
33
. /etc/os-release
0 commit comments