Ver código fonte

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

Guzmán Castanedo Villalba 6 anos atrás
pai
commit
68df782a08
1 arquivos alterados com 1 adições e 1 exclusões
  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