From fabe3d77e016a29100acbf1baed3ee30352a5b1a Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 19 Feb 2021 21:19:04 +0800 Subject: [PATCH] Update redis.sh --- plugins/php/versions/80/redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/80/redis.sh b/plugins/php/versions/80/redis.sh index b933a2f3d..a3a86048f 100755 --- a/plugins/php/versions/80/redis.sh +++ b/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