From f54e92cd7a9e0239a119d8918067d738044a1ee1 Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Mon, 8 Sep 2025 10:38:49 +0500 Subject: [PATCH] fix: Update config key from cache_file to cache_path in cache file configuration --- podkop/files/usr/bin/podkop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index 5590cd1..43fd032 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -1121,7 +1121,7 @@ sing_box_configure_experimental() { log "Configuring cache database" local cache_file - config_get cache_file "main" "cache_file" "/tmp/cache.db" + config_get cache_file "main" "cache_path" "/tmp/sing-box/cache.db" config=$(sing_box_cm_configure_cache_file "$config" true "$cache_file" true) local yacd_enabled