Explorar el Código

Bug: configurarPHP() arreglar rutas

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

+ 1 - 1
install

@@ -613,7 +613,7 @@ configurarPHP() {
 	if [ $debianOS = true ];then
 		phpConfFile="./etc/php/php.ini.debian"
 		if [ $apacheOn = true ];then
-			phpDest="/etc/php/7.2/apache2/php.ini"
+			phpDest="/etc/php/7.2/cli/php.ini"
 		elif [ $nginxOn = true ];then
 			phpDest="/etc/php/7.2/fpm/php.ini"
 		fi