From de9cf39a8e257e3568c5dbddcb138e348c5be5a1 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 16 Sep 2023 10:43:39 +0800 Subject: [PATCH] Update build_backend.sh --- scripts/build_backend.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_backend.sh b/scripts/build_backend.sh index 43bae88..88dc9cd 100644 --- a/scripts/build_backend.sh +++ b/scripts/build_backend.sh @@ -21,9 +21,9 @@ fi if [ -f "/usr/local/bin/build_backend_pve.txt" ]; then _green "You have already executed this script, if you have already rebooted your system, please execute the subsequent script commands to automatically configure the gateway, if you have not rebooted your system, please reboot your system" - _grenn "Do not run this script repeatedly" + _green "Do not run this script repeatedly" _green "你已执行过本脚本,如果已重启过系统,请执行后续的自动配置网关的脚本命令,如果未重启过系统,请重启系统" - _grenn "不要重复运行本脚本" + _green "不要重复运行本脚本" exit 1 fi