diff --git a/Extra_Domains/Domain_Installer.sh b/Extra_Domains/Domain_Installer.sh index 9b4c157..568f941 100644 --- a/Extra_Domains/Domain_Installer.sh +++ b/Extra_Domains/Domain_Installer.sh @@ -13,6 +13,11 @@ ##----------## 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:" read domain while true; do @@ -79,7 +84,7 @@ done # Static-Vars # ##-----------------## -phpver=7.2 +phpver=7.3 ##----------------## # Pre-Config #