From 89cd8b959322a15d1ccee7d8211fde107c86c909 Mon Sep 17 00:00:00 2001 From: Marek Miklewicz <86836305+marsonpl@users.noreply.github.com> Date: Sat, 21 May 2022 14:36:29 +0200 Subject: [PATCH] Update dapostinstall.sh --- dapostinstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dapostinstall.sh b/dapostinstall.sh index 46f5d8b..c159329 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -297,10 +297,10 @@ done while true; do -read -p "Czy instalowac klucze logowania HITME do SSH (T/N)? " yn +read -p "Czy instalowac Security Headers (T/N)? " yn case $yn in - [Tt] ) echo "Czy instalowac security headers?" + [Tt] ) echo "Instalacja Security Headers?" cd $DAPOSTINSTALL_DIR cat security-headers.conf >>/etc/httpd/conf/extra/httpd-includes.conf cd /usr/local/directadmin/custombuild @@ -309,7 +309,7 @@ case $yn in break;; - [nN] ) echo "Pomijam instalacje security headers"; + [nN] ) echo "Pomijam instalacje Security Headers"; break;; * ) echo "Niewlasciwa odpowiedz";; esac