Update 'Extra_Domains/Domain_Installer.sh'
This commit is contained in:
@@ -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 #
|
||||||
|
|||||||
Reference in New Issue
Block a user