Update install.sh
This commit is contained in:
parent
c56aa2efa3
commit
ca3d8cccc9
|
|
@ -71,7 +71,7 @@ Uninstall_LVS()
|
|||
echo "卸载LVS完成"
|
||||
|
||||
if [ -d $serverPath/lvs ];then
|
||||
rm -rf serverPath/lvs
|
||||
rm -rf $serverPath/lvs
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue