Update Artela.sh

This commit is contained in:
smeb y 2024-03-26 17:15:03 +08:00 committed by GitHub
parent f48c2c7f75
commit 3bd3d87ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,7 +169,7 @@ function view_logs() {
sudo journalctl -f -u artelad.service
}
# 卸载脚本功能
# 卸载节点功能
function uninstall_node() {
echo "你确定要卸载Artela 节点程序吗?这将会删除所有相关的数据。[Y/N]"
read -r -p "请确认: " response