Update install.sh

pull/504/head
Mr Chen 2 years ago
parent c56aa2efa3
commit ca3d8cccc9
  1. 2
      plugins/lvs/install.sh

@ -71,7 +71,7 @@ Uninstall_LVS()
echo "卸载LVS完成"
if [ -d $serverPath/lvs ];then
rm -rf serverPath/lvs
rm -rf $serverPath/lvs
fi
}

Loading…
Cancel
Save