From 9ab86f5767e336c233e5e5cad014751e48ba9686 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:36:26 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/lib/path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/lib/path.sh b/scripts-new/lib/path.sh index 7e45b1cc5..3159b24c2 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -2,7 +2,7 @@ #!/usr/bin/env bash OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. -source "${OPENIM_ROOT}/scripts/lib/util.sh" +source "${OPENIM_ROOT}/lib/util.sh" get_conf_dir() {