From 046d42dd55fca4ae68e5154b685a140321b00f74 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:24:10 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artela.sh b/Artela.sh index dea93c9..3453aa5 100644 --- a/Artela.sh +++ b/Artela.sh @@ -184,7 +184,7 @@ function main_menu() { echo "7. 运行日志查询" echo "8. 卸载节点" echo "9. 设置快捷键" - read -p "请输入选项(1-5): " OPTION + read -p "请输入选项(1-9): " OPTION case $OPTION in 1) install_node ;;