Update redis.sh

pull/109/head
midoks 4 years ago
parent d84e7bbb99
commit fabe3d77e0
  1. 2
      plugins/php/versions/80/redis.sh

@ -75,7 +75,7 @@ Uninstall_lib()
extFile=$extDir${LIBNAME}.so
if [ ! -f "$extFile" ];then
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version not install redis, Plese select other version!"
echo "php-$version not install ${LIBNAME}, Plese select other version!"
return
fi

Loading…
Cancel
Save