Update 'Extra_Domains/Domain_Installer.sh'
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
echo "Ubuntu 18.04 extra domein installatie script."
|
||||
echo "Domein zonder www:"
|
||||
read domain
|
||||
while true; do
|
||||
read -p "bestaat www.${domain} in DNS -> yes/no?" yn
|
||||
case $yn in
|
||||
[Yy]* ) domainwww=1
|
||||
break;;
|
||||
[Nn]* ) domainwww=0
|
||||
break;;
|
||||
* ) echo "Kies yes of no.";;
|
||||
esac
|
||||
echo "Algemeen wachtwoord:"
|
||||
read password
|
||||
echo "Administrator email:"
|
||||
@@ -86,7 +95,7 @@ chmod -R 755 /var/www
|
||||
|
||||
echo "****************************"
|
||||
sleep 0.5
|
||||
echo "Installatie duurt 5 minuten."
|
||||
echo "Installatie duurt 1 minuut."
|
||||
sleep 0.5
|
||||
echo "****************************"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user