From 5b710dcebdfe6939314225e701d6d22e8eb0397c Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jul 2020 13:01:35 +0800 Subject: [PATCH] Update eaccelerator.sh --- plugins/php/versions/53/eaccelerator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/53/eaccelerator.sh b/plugins/php/versions/53/eaccelerator.sh index 7f2677990..1e9eed585 100755 --- a/plugins/php/versions/53/eaccelerator.sh +++ b/plugins/php/versions/53/eaccelerator.sh @@ -45,7 +45,7 @@ Install_lib() if [ ! -d $php_lib/${LIBNAME}-${LIBV} ];then wget -O $php_lib/${LIBNAME}-${LIBV}.tgz https://github.com/eaccelerator/eaccelerator/archive/${LIBV}.tar.gz # wget -O $php_lib/${LIBNAME}-${LIBV}.tar.bz2 http://dl.wdlinux.cn:5180/soft/eaccelerator-0.9.6.1.tar.bz2 - cd $php_lib && tar zxvf ${LIBNAME}-${LIBV}.tar.gz + cd $php_lib && tar -zxvf ${LIBNAME}-${LIBV}.tar.gz fi cd $php_lib/${LIBNAME}-${LIBV}