Update xdebug.sh

This commit is contained in:
midoks 2022-07-12 23:19:22 +08:00
parent c71bc2d9e3
commit ea3106c9f3
1 changed files with 1 additions and 1 deletions

View File

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