forked from coop-cloud/backup-bot-two
		
	Fix usage of RESTIC_REPOSITORY_FILE #51
This commit is contained in:
		@ -66,7 +66,7 @@ def cli(loglevel, service, repository, machine_logs):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def init_repo():
 | 
			
		||||
    if repo:= os.environ['RESTIC_REPOSITORY_FILE']:
 | 
			
		||||
    if repo:= os.environ.get('RESTIC_REPOSITORY_FILE'):
 | 
			
		||||
        # RESTIC_REPOSITORY_FILE and RESTIC_REPOSITORY are mutually exclusive
 | 
			
		||||
        del os.environ['RESTIC_REPOSITORY']
 | 
			
		||||
    else:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user