This commit is contained in:
Mr Chen 2019-03-13 17:59:07 +08:00
parent a0d69a0074
commit 078fb4b80f
4 changed files with 7 additions and 5 deletions

View File

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

View File

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

View File

@ -28,7 +28,7 @@ Install_lib()
isInstall=`cat $serverPath/php/$version/etc/php.ini|grep "${LIBNAME}.so"`
if [ "${isInstall}" != "" ];then
echo "php-$version 已安装yaf,请选择其它版本!"
echo "php-$version 已安装${LIBNAME},请选择其它版本!"
return
fi
@ -76,7 +76,8 @@ Uninstall_lib()
fi
if [ ! -f "$extFile" ];then
echo "php$version 未安装yaf,请选择其它版本!"
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version not install ${LIBNAME}, Plese select other version!"
return
fi

View File

@ -74,7 +74,7 @@ Uninstall_lib()
fi
if [ ! -f "$extFile" ];then
echo "php$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
return
fi