浏览代码

Bug: configurarPHP() línea 640

Guzmán Castanedo Villalba 6 年之前
父节点
当前提交
4a9e2807d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install

+ 1 - 1
install

@@ -637,7 +637,7 @@ configurarPHP() {
 	sed -i '/upload_max_filesize =/c\upload_max_filesize = '$maxUpload $phpDest
 	comprobarError $? 305
 	# Configurar php-fpm (sólo en RHEL con Nginx)
-	if [ $rhel = true ] && [ $nginxOn = true ];then
+	if [ $rhelOS = true ] && [ $nginxOn = true ];then
 		phpConfFile="./etc/php/php-fpm.d/www.conf"
 		phpDest="/etc/php-fpm.d/www.conf"
 		if [ ! -f $phpConfFile ];then