From ba475f1e1e1a66109b14e2d0237f127f8ded6adc Mon Sep 17 00:00:00 2001 From: UUBulb <35923940+uubulb@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:11:52 +0800 Subject: [PATCH] fix prompt (#10) --- install.sh | 1 - install_en.sh | 1 - nezha/template.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 41a856f..ab2e29f 100644 --- a/install.sh +++ b/install.sh @@ -275,7 +275,6 @@ install() { ;; [nN][oO] | [nN]) echo "继续安装" - exit 0 ;; *) echo "退出安装" diff --git a/install_en.sh b/install_en.sh index b152f23..d4f15f3 100644 --- a/install_en.sh +++ b/install_en.sh @@ -275,7 +275,6 @@ install() { ;; [nN][oO] | [nN]) echo "Continue" - exit 0 ;; *) echo "Exit the installation" diff --git a/nezha/template.sh b/nezha/template.sh index c9846ae..9c2071f 100644 --- a/nezha/template.sh +++ b/nezha/template.sh @@ -275,7 +275,6 @@ install() { ;; [nN][oO] | [nN]) echo _("Continue") - exit 0 ;; *) echo _("Exit the installation")