Guzmán Castanedo Villalba 6 anni fa
parent
commit
58bb01f89c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install

+ 1 - 1
install

@@ -530,7 +530,7 @@ instalarNginx() {
 
 configurarNginx() {
 	# Configuramos Nginx
-	rm -Rf "/etc/$webServerName/*" 2>/dev/null
+	rm -Rf /etc/$webServerName/* 2>/dev/null
 	comprobarError $? 107
 	if [ $debianOS = true ];then
 		nginxConfFile="./etc/$webServerName-debian"