From 6cf5f022317fabe1c9b0fb1caf2b2bf3cf0c0f3d Mon Sep 17 00:00:00 2001 From: juewuy Date: Wed, 29 Jul 2026 09:56:56 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8D=E7=83=AD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A4=B1=E8=B4=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menus/task_cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/task_cmd.sh b/scripts/menus/task_cmd.sh index 0b1982e2..4aee5f21 100644 --- a/scripts/menus/task_cmd.sh +++ b/scripts/menus/task_cmd.sh @@ -135,7 +135,7 @@ hotupdate() { #热更新订阅 . "$CRASHDIR"/starts/core_config.sh && get_core_config && . "$CRASHDIR"/starts/check_core.sh && check_core && . "$CRASHDIR"/starts/"$target"_modify.sh && modify_"$format" && rm -rf "$TMPDIR"/CrashCore && - . "$CRASHDIR"/libs/web_restore.sh && put_save "http://127.0.0.1:$db_port/configs" "{\"path\":\"$CRASHDIR/config.$format\"}" + . "$CRASHDIR"/libs/web_restore.sh && put_save "http://127.0.0.1:$db_port/configs" "{\"path\":\"$TMPDIR/config.$format\"}" exit $? }