From 3b412a570813dd9d3ece86236e97391d6367a5e2 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 21 Mar 2024 18:02:26 +0800 Subject: [PATCH] Optimizing scripts --- scripts/start-all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/start-all.sh b/scripts/start-all.sh index a7e4c8851..7caff49a6 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -43,7 +43,6 @@ function execute_start_scripts() { # Check if the script file exists and is executable. if [[ -x "$script_path" ]]; then openim::log::colorless "Starting script: ${script_path##*/}" # Log the script name. - # Execute the script with the constructed argument. result=$("$script_path" "$arg") if [[ $? -ne 0 ]]; then