From ea3106c9f31ec63bdf7cdc4b5b96e8660fe48695 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 12 Jul 2022 23:19:22 +0800 Subject: [PATCH] Update xdebug.sh --- plugins/php/versions/common/xdebug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/xdebug.sh b/plugins/php/versions/common/xdebug.sh index 5911fcf7a..47a30921a 100755 --- a/plugins/php/versions/common/xdebug.sh +++ b/plugins/php/versions/common/xdebug.sh @@ -36,7 +36,7 @@ fi Install_lib() { - isInstall=`cat $serverPath/php/$version/etc/php.ini|grep "${LIBNAME}.so"` + isInstall=`cat $serverPath/php/${version}/etc/php.ini|grep "${LIBNAME}.so"` if [ "${isInstall}" != "" ];then echo "php-$version 已安装${LIBNAME},请选择其它版本!" return