From e715e6e4e7aa68e0210e29f7dc79bf10a7bdef68 Mon Sep 17 00:00:00 2001 From: sdohuajia <63113882+sdohuajia@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:30:57 +0800 Subject: [PATCH] Update nexus.sh --- nexus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nexus.sh b/nexus.sh index 5155379..890edbd 100644 --- a/nexus.sh +++ b/nexus.sh @@ -186,6 +186,7 @@ function delete_node() { echo "正在删除节点..." sudo systemctl stop nexus.service sudo systemctl disable nexus.service + rm -rf /root/network-api echo "成功删除节点,按任意键返回主菜单。" # 等待用户按任意键返回主菜单