This commit is contained in:
cupcakearmy 2022-04-12 15:56:57 +02:00
parent 8a713e497d
commit 997525be2f
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func GetConfig() *Config {
// Load env file
envFile := filepath.Join(filepath.Dir(absConfig), ".autorestic.env")
err = godotenv.Load(envFile)
if err == nil {
if err == nil && !flags.CRON_LEAN {
colors.Faint.Println("Using env:\t", envFile)
}
} else {