Update yaf.sh

pull/620/head
Mr Chen 10 months ago
parent 8ca6c32a76
commit f2c188b245
  1. 4
      plugins/php-yum/versions/common/yaf.sh

@ -72,10 +72,6 @@ Install_lib()
Uninstall_lib()
{
if [ ! -f "/usr/bin/php-config${version}" ];then
echo "php-$version 未安装,请选择其它版本!"
return
fi
if [ -f $ext_file ];then
rm -rf $ext_file

Loading…
Cancel
Save