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 ce3c77b commit 2f55921Copy full SHA for 2f55921
entrypoint.sh
@@ -20,7 +20,7 @@ done
20
21
echo "Final chosen resolver: $conf"
22
confpath=/etc/nginx/resolvers.conf
23
-if [ ! -e $confpath ] || [ "$conf" != "$(cat $confpath)" ]
+if [ ! -e $confpath ]
24
then
25
echo "Using auto-determined resolver '$conf' via '$confpath'"
26
echo "$conf" > $confpath
0 commit comments