mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
config: move account initialisation out into accounting
Before this change the initialisation for the accounting package was done in the config package for some strange historical reason.
This commit is contained in:
@@ -72,6 +72,7 @@ func Initialise() {
|
||||
config.ConfigPath = envConfig
|
||||
}
|
||||
configfile.LoadConfig(ctx)
|
||||
accounting.Start(ctx)
|
||||
if *Verbose {
|
||||
ci.LogLevel = fs.LogLevelDebug
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user