Skip to content

Commit 2f55921

Browse files
authored
Remove second check condition for resolvers.conf (#87)
1 parent ce3c77b commit 2f55921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ done
2020

2121
echo "Final chosen resolver: $conf"
2222
confpath=/etc/nginx/resolvers.conf
23-
if [ ! -e $confpath ] || [ "$conf" != "$(cat $confpath)" ]
23+
if [ ! -e $confpath ]
2424
then
2525
echo "Using auto-determined resolver '$conf' via '$confpath'"
2626
echo "$conf" > $confpath

0 commit comments

Comments
 (0)