Spell check
This commit is contained in:
@@ -234,7 +234,7 @@ while true; do
|
|||||||
break;;
|
break;;
|
||||||
[Nn]* ) domainwww=0
|
[Nn]* ) domainwww=0
|
||||||
break;;
|
break;;
|
||||||
* ) echo "Choose yes of no.";;
|
* ) echo "Choose yes or no.";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
read -p "Set sitename to ${domain//./_}? (y/n)" choice
|
read -p "Set sitename to ${domain//./_}? (y/n)" choice
|
||||||
@@ -271,7 +271,7 @@ while true; do
|
|||||||
break;;
|
break;;
|
||||||
[Nn]* ) sslenable=0
|
[Nn]* ) sslenable=0
|
||||||
break;;
|
break;;
|
||||||
* ) echo "Choose yes of no.";;
|
* ) echo "Choose yes or no.";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
LegacyPasswordQuest
|
LegacyPasswordQuest
|
||||||
|
|||||||
Reference in New Issue
Block a user