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 7aeac2a commit 7c0d07aCopy full SHA for 7c0d07a
nginx/start.sh
@@ -4,6 +4,9 @@ fi
4
if [[ ! -z "${AUTH_ENABLED}" ]]; then
5
find /usr/share/nginx/html -type f -name "*.*" -exec sed -i -e "s|TTK_AUTH_ENABLED|$AUTH_ENABLED|g" {} \;
6
fi
7
+if [[ ! -z "${PAYER_SIM_BRAND_ICON}" ]]; then
8
+ find /usr/share/nginx/html -type f -name "*.*" -exec sed -i -e "s|TTK_PAYER_SIM_BRAND_ICON|$PAYER_SIM_BRAND_ICON|g" {} \;
9
+fi
10
if [[ ! -z "${PAYEE_SIM_BRAND_ICON}" ]]; then
11
find /usr/share/nginx/html -type f -name "*.*" -exec sed -i -e "s|TTK_PAYEE_SIM_BRAND_ICON|$PAYEE_SIM_BRAND_ICON|g" {} \;
12
0 commit comments