Merge and track latest features on stable #6

Merged
Ark74 merged 71 commits from unstable into master 2020-08-08 06:41:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cd10656b71 - Show all commits

View File

@ -191,7 +191,7 @@ while [[ $LE_SSL != yes && $LE_SSL != no ]]
do
read -p "> Do you plan to use Let's Encrypt SSL certs?: (yes or no)"$'\n' -r LE_SSL
if [ $LE_SSL = yes ]; then
echo "We'll defaul to Let's Encrypt SSL cers."
echo "We'll defaul to Let's Encrypt SSL certs."
else
echo "We'll let you choose later on for it."
fi