changed array list type for missing certbot files

This commit is contained in:
Asif Bacchus 2019-01-05 03:55:12 -07:00
parent d2e781c1b9
commit 38687854d2
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ if [ "${useCertbot}" -eq 1 ]; then
break
else
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"
while true; do
read -p "Do you want to use these settings anyways? " yn