From ea329c71b677dc27d2530a64bca864b57755f027 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 9 Sep 2023 03:02:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=8Cinstall=5Fnginx.sh?= =?UTF-8?q?=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_nginx.sh b/install_nginx.sh index 697eb68..924a406 100644 --- a/install_nginx.sh +++ b/install_nginx.sh @@ -41,7 +41,7 @@ if [[ "$openssl_ver" < "1.1.1" ]] || [[ "$force_reinstall_openssl" == "1" ]]; th cp -f /opt/openssl/lib/pkgconfig/openssl.pc /usr/lib/x86_64-linux-gnu/pkgconfig/." openssl_ver="$target_openssl_ver" cd "$org_pwd" - openssl_dir="/opt/openssl" + openssl_dir="/opt/openssl/ssl" openssl_source_dir="/root/openssl-$target_openssl_ver" fi if [ -z "$cpu_cores" ]; then