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 407d0c8 + 24e32b2 commit 923768eCopy full SHA for 923768e
root/app/auto-proxy.sh
@@ -18,7 +18,7 @@ else
18
if [ "${VAR_VALUE}" == "null" ]; then
19
VAR_VALUE=""
20
fi
21
- if ! grep -q "${VAR}=\"${VAR_VALUE}\"" "/auto-proxy/${CONTAINER}.conf"; then
+ if ! grep -F -q "${VAR}=\"${VAR_VALUE}\"" "/auto-proxy/${CONTAINER}.conf"; then
22
AUTO_GEN="${CONTAINER} ${AUTO_GEN}"
23
echo "**** Labels for ${CONTAINER} changed, will generate new conf. ****"
24
break
0 commit comments