Explorar el Código

* Cambios en los permisos de /var/lib/php/

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

+ 1 - 1
install

@@ -948,7 +948,7 @@ configurarPHP() {
 		cp -f $phpConfFile $phpDest 2>/dev/null
 		comprobarError $? 305
 		# Configurar Permisos /var/lib/php
-		chown -R root:$webServerGroup /var/lib/php/
+		chown -R $webServerUser:$webServerGroup /var/lib/php/
 		comprobarError $? 305
 	fi
 	unset phpConfFile phpDest