diff --git a/plugins/lvs/install.sh b/plugins/lvs/install.sh index ac42be116..fd6bb9f25 100755 --- a/plugins/lvs/install.sh +++ b/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 }