Spell check

This commit is contained in:
b.waal
2020-08-14 15:05:04 +02:00
parent 652b69ec37
commit 7ca6d9c175

View File

@@ -234,7 +234,7 @@ while true; do
break;;
[Nn]* ) domainwww=0
break;;
* ) echo "Choose yes of no.";;
* ) echo "Choose yes or no.";;
esac
done
read -p "Set sitename to ${domain//./_}? (y/n)" choice
@@ -271,7 +271,7 @@ while true; do
break;;
[Nn]* ) sslenable=0
break;;
* ) echo "Choose yes of no.";;
* ) echo "Choose yes or no.";;
esac
done
LegacyPasswordQuest