Explorar el Código

* Bug: en mostrarMediaWiki()

Guzmán Castanedo Villalba hace 6 años
padre
commit
2e1bde2af8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install

+ 1 - 1
install

@@ -635,7 +635,7 @@ mostrarMediaWiki(){
 	--ok-button "Continuar" --cancel-button "Salir" --notags 3>&1 1>&2 2>&3)
 	comprobarError $? 1
 	# Introducir tipo de Licencia
-	licenciaMediaWiki=$(whiptail --tittle "CONFIGURACION MEDIAWIKI"  --radiolist "<ESPACIO>: seleccionar   <TAB>: cambiar   <FLECHAS>: moverse\n\nEscoge el tipo licencia para la wiki:" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) 3 \
+	licenciaMediaWiki=$(whiptail --title "CONFIGURACION MEDIAWIKI"  --radiolist "<ESPACIO>: seleccionar   <TAB>: cambiar   <FLECHAS>: moverse\n\nEscoge el tipo licencia para la wiki:" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) 3 \
 	"Nada" "Sin Licencia" ON \
 	"CC-BY-SA" "Creative Commons Atribución-CompartirIgual" OFF \
 	"CC-BY-NC-SA" "Creative Commons Atribución-NoComercial-CompartirIgual" OFF \