Skip to content

Commit 782b347

Browse files
author
Ilya Gotfyrd
committed
changing echo message wording
1 parent 0d0498d commit 782b347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ sed -i "s/{{TARGET_SERVICE}}/${TARGET_SERVICE}/g;" /etc/nginx/conf.d/proxy.conf
5454

5555
# Tell nginx if you want to block or allow iframing of pages and what domain name is allowed to iframe your content
5656
if [ -n "${XFRAME_OPTION+1}" ]; then
57-
echo "Enabling iframeing..."
57+
echo "Applying iframe option..."
5858
sed -i "s/{{XFRAME_VALUE}}/${XFRAME_OPTION}/g;" /etc/nginx/conf.d/proxy.conf
5959
else
60-
echo "Disabling iframeing..."
60+
echo "Denying iframes..."
6161
sed -i "s/{{XFRAME_VALUE}}/DENY/g;" /etc/nginx/conf.d/proxy.conf
6262
fi
6363

0 commit comments

Comments
 (0)