Browse Source

Bug: configurarPHP() arreglar rutas

Guzmán Castanedo Villalba 6 years ago
parent
commit
50c258f895
1 changed files with 1 additions and 1 deletions
  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