From b212a0fdb672fbb87339e1f7581e65f724bc3c6b Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Jul 2022 22:25:41 +0800 Subject: [PATCH] up --- plugins/php/versions/common/seaslog.sh | 2 +- scripts/install/opensuse.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/php/versions/common/seaslog.sh b/plugins/php/versions/common/seaslog.sh index e9d84ebda..409486fd7 100755 --- a/plugins/php/versions/common/seaslog.sh +++ b/plugins/php/versions/common/seaslog.sh @@ -29,7 +29,7 @@ if [ -d $serverPath/php/${version}/lib64 ];then fi NON_ZTS_FILENAME=`ls $serverPath/php/${version}/${LIB_PATH_NAME}/extensions | grep no-debug-non-zts` -extFile=$serverPath/php/${version}/${LIB_PATH_NAME}/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so +extFile=$serverPath/php/${version}/${LIB_PATH_NAME}/extensions/${NON_ZTS_FILENAME}/${_LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/scripts/install/opensuse.sh b/scripts/install/opensuse.sh index 8c8f064ba..510009676 100644 --- a/scripts/install/opensuse.sh +++ b/scripts/install/opensuse.sh @@ -43,6 +43,7 @@ zypper install -y python3-devel zypper install -y python-devel +# zypper install -y php-config #https need if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh