Explorar el Código

Bug: instalarVirtualHost() en líneas 533 y 534

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

+ 2 - 2
install

@@ -530,8 +530,8 @@ instalarVirtualHost() {
 	if [ $# -ne 2 ];then
 		comprobarError 1 908
 	fi
-	webServerRoot=$(realpath $webServerRoot)
-	virtualHost=$(realpath $virtualHost)
+	webServerRoot=$(realpath $1)
+	virtualHost=$(realpath $2)
 	virtualHostName=$(basename $virtualHost)
 	if [ ! -f $virtualHost ];then
 		comprobarError 1 909 $virtualHostName