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