Fix clash store-selected

This commit is contained in:
世界
2022-09-13 17:34:29 +08:00
parent e8f4c2d36f
commit 2373281c41

View File

@@ -61,6 +61,7 @@ func NewServer(router adapter.Router, logFactory log.ObservableFactory, options
server.mode = "rule"
}
if options.StoreSelected {
server.storeSelected = true
cachePath := os.ExpandEnv(options.CacheFile)
if cachePath == "" {
cachePath = "cache.db"