浏览代码

* 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"