Merge branch '#178' into 1.6.0

This commit is contained in:
cupcakearmy 2022-04-12 21:40:04 +02:00
commit 0384e6ebb8
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 {