Update Artela.sh

This commit is contained in:
smeb y 2024-04-01 15:46:18 +08:00 committed by GitHub
parent f358e190e8
commit c17660c957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,7 @@ function view_logs() {
# 卸载节点功能 # 卸载节点功能
function uninstall_node() { function uninstall_node() {
pm2 delete artela-node pm2 delete artela-node
rm -rf $HOME/.artelad && rm -rf artela && sudo rm -rf $(which artelad)
echo "节点程序卸载完成。" echo "节点程序卸载完成。"
} }