fixed typos

This commit is contained in:
2019-10-13 11:50:15 +02:00
parent f97feda0a5
commit 29dcf0aef4
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ _cwd="$(pwd)"
. bin/email.sh
. bin/lemp.sh
. bin/mysqlbackup.sh
whie [ "$vh" != "y" ] && [ "$vh" != "n" ]
while [ "$vh" != "y" ] && [ "$vh" != "n" ]
do
echo -n "Should we install a vhost? [y|n] "
read vh