mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-16 16:36:56 +03:00
fix: Update config key from cache_file to cache_path in cache file configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user