Bladeren bron

* Bug: línea 848
* Cambiar texto de bienvenida

Guzmán Castanedo Villalba 5 jaren geleden
bovenliggende
commit
22066cd740
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      install

+ 2 - 2
install

@@ -527,7 +527,7 @@ mostrarBienvenida() {
 		whiptail --title "ERROR S.O. NO SOPORTADO" --msgbox "Este script automatiza la creación de una web MediaWiki SOLO para distribuciones Linux de la familia Debian (Ubuntu, Linux Mint, ...) y de la familia Red-Hat (CentOS, Fedora, ...).\n\nInformación del sistema:\nOS: $OS $DIST $REV\n$HDInfo" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) --ok-button "Salir"
 		exit 1
 	fi
-	whiptail --title "INSTALACION MEDIAWIKI" --yesno "Este script automatiza completamente la instalación de una wiki.\nPara ello instala un servidor LAMP, el software MediaWiki y lo configura todo.\n\nInformación del sistema:\nOS: $OS $DIST $REV\n$HDInfo" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) --yes-button "Continuar" --no-button "Salir"
+	whiptail --title "INSTALACION MEDIAWIKI" --yesno "Este script automatiza completamente la instalación de una WIKI y un CAMPUS VIRTUAL.\nPara ello instala un servidor LAMP, el software MediaWiki y lo configura todo.\n\nInformación del sistema:\nOS: $OS $DIST $REV\n$HDInfo" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) --yes-button "Continuar" --no-button "Salir"
 	comprobarError $? 1
 }
 
@@ -845,7 +845,7 @@ instalarNginx() {
 
 configurarNginx() {
 # Configura Nginx
-	rm -Rf /etc/$webServerName/!(sites-available|sites-enabled) 2>/dev/null
+	rm -Rf "/etc/$webServerName/!(sites-available|sites-enabled)" 2>/dev/null
 	comprobarError $? 107
 	nginxConfFile="./etc/$webServerName"
 	if [ -d "$nginxConfFile" ];then