Explorar el Código

* Bug: línea 541

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

+ 1 - 1
install

@@ -538,7 +538,7 @@ configurarNginx() {
 		nginxConfFile="./etc/$webServerName-rhel"
 	fi
 	if [ -d "$nginxConfFile" ];then
-		cp -Rf "$nginxConfFile/*" "/etc/$webServerName/" 2>/dev/null
+		cp -Rf $nginxConfFile/* /etc/$webServerName/ 2>/dev/null
 		comprobarError $? 107
 	else
 		comprobarError 1 5 "$nginxConfFile"