Update 'Extra_Domains/Domain_Installer.sh'

This commit is contained in:
bprieshof
2019-05-16 12:31:14 +02:00
parent 5b93ac0914
commit 3ac2a8ed49

View File

@@ -13,6 +13,11 @@
##----------## ##----------##
echo "Ubuntu 18.04 extra domein installatie script." echo "Ubuntu 18.04 extra domein installatie script."
echo "WAARSHUWING: De standaard php versie is 7.3 controleer welke versie op de server staat"
echo "pas dit aan in de variable ¨phpver¨ als er andere versie is geinstleerd"
read -p "Druk enter om door tegaan"
echo "Domein zonder www:" echo "Domein zonder www:"
read domain read domain
while true; do while true; do
@@ -79,7 +84,7 @@ done
# Static-Vars # # Static-Vars #
##-----------------## ##-----------------##
phpver=7.2 phpver=7.3
##----------------## ##----------------##
# Pre-Config # # Pre-Config #