Update xdebug.sh
This commit is contained in:
parent
c71bc2d9e3
commit
ea3106c9f3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue