Przeglądaj źródła

* Bug: línea 533

Guzmán Castanedo Villalba 6 lat temu
rodzic
commit
58bb01f89c
1 zmienionych plików z 1 dodań i 1 usunięć
  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"