Update nexus.sh

This commit is contained in:
sdohuajia 2024-10-11 09:30:57 +08:00 committed by GitHub
parent 4072195669
commit e715e6e4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,6 +186,7 @@ function delete_node() {
echo "正在删除节点..."
sudo systemctl stop nexus.service
sudo systemctl disable nexus.service
rm -rf /root/network-api
echo "成功删除节点,按任意键返回主菜单。"
# 等待用户按任意键返回主菜单