ソースを参照

* Bug: línea 533

Guzmán Castanedo Villalba 6 年 前
コミット
58bb01f89c
1 ファイル変更1 行追加1 行削除
  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"