浏览代码

Bug: error en instalarPHP()

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

+ 1 - 1
install

@@ -566,7 +566,7 @@ instalarPHP() {
 		# Instalamos PHP-7.2
 		if [ $apacheOn = true ];then
 			result=$(yum -y install php72 php72-php-pecl-mysql php72-php-intl php72-php-mbstring php72-php-pecl-mcrypt openssl 2>&1)
-			comprobarError 1 302 $result
+			comprobarError $? 302 $result
 		elif [ $nginxOn = true ];then
 			result=$(yum -y install php72 php72-php-fpm php72-php-pecl-mysql php72-php-intl php72-php-mbstring php72-php-pecl-mcrypt openssl 2>&1)
 			comprobarError $? 302 $result