pull/130/head
midoks 3 years ago
parent 790cee8b99
commit b212a0fdb6
  1. 2
      plugins/php/versions/common/seaslog.sh
  2. 1
      scripts/install/opensuse.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'

@ -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

Loading…
Cancel
Save