Update install.sh

This commit is contained in:
Mr Chen 2023-11-17 18:33:39 +08:00
parent c56aa2efa3
commit ca3d8cccc9
1 changed files with 1 additions and 1 deletions

View File

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