From 510f0d7482e9f5ef76bb84a503b1854488ec2533 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:13:02 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index eeb85548a..51e8755de 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -23,7 +23,7 @@ start_binaries # Assuming the current script is located in the 'scripts' directory, # adjust these paths according to your actual directory structure. -source "$(dirname "$0")/define/binaries.sh" +source "$(dirname "$0")/define/binariesgit.sh" source "$(dirname "$0")/lib/path.sh" # Assuming 'openim::util::host_platform' is defined in one of the sourced scripts or elsewhere.