From 93660209073b262f62234059fffed0987ed6e07d Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 8 Feb 2020 10:32:21 +0800 Subject: [PATCH] =?UTF-8?q?1.0.8=20Nginx=20=E6=B7=BB=E5=8A=A0=20jemalloc?= =?UTF-8?q?=20=E6=8F=90=E5=8D=87=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug修正 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0f71ded..f340866 100644 --- a/install.sh +++ b/install.sh @@ -323,8 +323,8 @@ nginx_install(){ [[ -d openssl-"$openssl_version" ]] && rm -rf openssl-"$openssl_version" tar -zxvf openssl-"$openssl_version".tar.gz - [[ -d jemalloc-"${jemalloc_version}" ]] && rm -rf openssl-"$openssl_version" - tar -xvf openssl-"$openssl_version".tar.bz2 + [[ -d jemalloc-"${jemalloc_version}" ]] && rm -rf jemalloc-"${jemalloc_version}" + tar -xvf jemalloc-"${jemalloc_version}".tar.bz2 [[ -d "$nginx_dir" ]] && rm -rf ${nginx_dir}