From ca3d8cccc96e5fd1e3faab060bb06cc446842eaf Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 17 Nov 2023 18:33:39 +0800 Subject: [PATCH] Update install.sh --- plugins/lvs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }