changed array list type for missing certbot files
This commit is contained in:
parent
d2e781c1b9
commit
38687854d2
2
setup.sh
2
setup.sh
@ -192,7 +192,7 @@ if [ "${useCertbot}" -eq 1 ]; then
|
|||||||
break
|
break
|
||||||
else
|
else
|
||||||
echo -e "\n${err}The following files are missing from ${inputCertbotDomain}:"
|
echo -e "\n${err}The following files are missing from ${inputCertbotDomain}:"
|
||||||
echo -e "${warn}${certbotBadFile[@]}${norm}"
|
echo -e "${warn}${certbotBadFile[*]}${norm}"
|
||||||
echo -e "${err}These files are all required for proper SSL operation of NGINX using Certbot.${norm}\n"
|
echo -e "${err}These files are all required for proper SSL operation of NGINX using Certbot.${norm}\n"
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Do you want to use these settings anyways? " yn
|
read -p "Do you want to use these settings anyways? " yn
|
||||||
|
Loading…
Reference in New Issue
Block a user