From d62c6d38ce086a0aeed3b7569b696fb3a49b2056 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 18:42:22 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 391c7f74c..e9e196808 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -11,7 +11,7 @@ source "$OPENIM_SCRIPTS/bricks.sh" # Main function to start binaries -openim::log::print_blue "Starting tools" +openim::log::print_blue "Starting tools: Please wait as we initiate the necessary tools required for the operation. This process may take a few moments depending on the number and the complexity of the tools being started. You will be notified upon successful completion of each tool startup, or informed of any issues should they arise. Thank you for your patience." result=$(start_tools) ret_val=$? @@ -25,7 +25,7 @@ echo "$result" openim::log::print_green "All tools executed successfully" -openim::log::print_blue "Starting services" +openim::log::print_blue "Starting services. Please wait as we initiate the necessary system services. This process may take a few moments" kill_exist_binaries