|
@@ -421,9 +421,6 @@ mostrarExpress
|
|
printf "Instalando Web Server Nginx..."
|
|
printf "Instalando Web Server Nginx..."
|
|
instalarNginx
|
|
instalarNginx
|
|
printf " OK.\n"
|
|
printf " OK.\n"
|
|
- else
|
|
|
|
- printf "ERROR:\tError interno (instalación Web Server).\n"
|
|
|
|
- exit 1
|
|
|
|
fi
|
|
fi
|
|
# Base de Datos
|
|
# Base de Datos
|
|
if [ $mySQLOn = true ]; then
|
|
if [ $mySQLOn = true ]; then
|
|
@@ -434,9 +431,6 @@ mostrarExpress
|
|
printf "Instalando Base de Datos MariaDB..."
|
|
printf "Instalando Base de Datos MariaDB..."
|
|
instalarMariaDB
|
|
instalarMariaDB
|
|
printf " OK.\n"
|
|
printf " OK.\n"
|
|
- else
|
|
|
|
- printf "ERROR:\tError interno (instalación Base de Datos).\n"
|
|
|
|
- exit 1
|
|
|
|
fi
|
|
fi
|
|
# PHP
|
|
# PHP
|
|
if [ $phpOn = true ]; then
|
|
if [ $phpOn = true ]; then
|