Update install.sh

pull/504/head
Mr Chen 2 years ago
parent 80e3a73fa4
commit f41ef634bf
  1. 7
      plugins/lvs/install.sh

@ -17,6 +17,13 @@ VERSION=1.6.22
Install_LVS(){
mkdir -p $serverPath/source
which ipvsadm
if [ "$?" == "0" ];then
echo '已安装LVS!!'
exit 0
fi
echo '正在安装LVS...'
# 检测平台命令

Loading…
Cancel
Save