瀏覽代碼

Bug: configurarPHP() cambios en las rutas

Guzmán Castanedo Villalba 6 年之前
父節點
當前提交
a9e4a090f0
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      install

+ 1 - 5
install

@@ -612,11 +612,7 @@ configurarPHP() {
 	# Configura PHP para segurizarlo y establecer máximo de subida.
 	if [ $debianOS = true ];then
 		phpConfFile="./etc/php/php.ini.debian"
-		if [ $apacheOn = true ];then
-			phpDest="/etc/php/7.2/cli/php.ini"
-		elif [ $nginxOn = true ];then
-			phpDest="/etc/php/7.2/fpm/php.ini"
-		fi
+		phpDest="/etc/php/7.2/cli/php.ini"
 	elif [ $rhelOS = true ];then
 		phpConfFile="./etc/php/php.ini.rhel"
 		phpDest="/etc/php.ini"