From 7cd9f11b161aa11b7e60a53c0db99c6bdc51e8f1 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 14 Jul 2022 22:27:01 +0800 Subject: [PATCH] Update memcached.sh --- plugins/php/versions/common/memcached.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index 3458ba512..8213d2442 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -37,6 +37,8 @@ Install_lib() echo "php-$version 已安装${LIBNAME},请选择其它版本!" return fi + + cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libmemcached.sh if [ ! -f "$extFile" ];then