fix: Update config key from cache_file to cache_path in cache file configuration

This commit is contained in:
Andrey Petelin
2025-09-08 10:38:49 +05:00
parent d70a04b144
commit f54e92cd7a

View File

@@ -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