From 0ad829e5b2cea3698977d76a330e92c3c66e1298 Mon Sep 17 00:00:00 2001 From: windyday <63159472+CoverUp137@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:50:24 +0800 Subject: [PATCH] Update builds.sh --- builds.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/builds.sh b/builds.sh index 30f5339..62d0d0d 100644 --- a/builds.sh +++ b/builds.sh @@ -96,8 +96,8 @@ amy4Server_uninstall_set() { server_install_set() { for opt in $*; do case $opt in - 2) cns_set;; - 4) amy4Server_set;; + 1) cns_set;; + 2) amy4Server_set;; *) exec echo "选项($opt)不正确,请输入正确的选项!";; esac done @@ -106,8 +106,8 @@ server_install_set() { server_uninstall_set() { for opt in $*; do case $opt in - 2) cns_uninstall_set;; - 4) amy4Server_uninstall_set;; + 1) cns_uninstall_set;; + 2) amy4Server_uninstall_set;; *) exec echo "选项($opt)不正确,请输入正确的选项!";; esac done @@ -116,8 +116,8 @@ server_uninstall_set() { start_task() { for opt in $*; do case $opt in - 2) cns_task;; - 4) amy4Server_task;; + 1) cns_task;; + 2) amy4Server_task;; esac sleep 1 done