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.
2 parents 76125cd + 3bcd753 commit a93fc45Copy full SHA for a93fc45
root/etc/s6-overlay/s6-rc.d/init-wireguard-confs/run
@@ -184,7 +184,8 @@ else
184
echo "**** No client conf found. Provide your own client conf as \"/config/wg0.conf\" and restart the container. ****"
185
sleep infinity
186
fi
187
- printf %s "${USE_COREDNS,,:-false}" > /run/s6/container_environment/USE_COREDNS
+ USE_COREDNS="${USE_COREDNS,,}"
188
+ printf %s "${USE_COREDNS:-false}" > /run/s6/container_environment/USE_COREDNS
189
190
191
# set up CoreDNS
0 commit comments