From 7c20180e6ed4b4a95b58beacc31cc1cdfc8348c2 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 5 Sep 2024 12:47:44 +0800 Subject: [PATCH] Fix another PWD error --- lib/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lib.sh b/lib/lib.sh index 9d6a552..e4b1fa5 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -651,6 +651,7 @@ function update_configs() { cd cfg || exit 1 git_save_pull fi + cd "$SCRIPT_ROOT" || exit 1 local sub_cfg for sub_cfg in ./cfg/*/ do