mirror of
				https://github.com/kevinveenbirkenbach/docker-volume-backup.git
				synced 2025-11-03 18:17:56 +00:00 
			
		
		
		
	Solved variable bug
This commit is contained in:
		@@ -335,7 +335,7 @@ def main():
 | 
				
			|||||||
        help='List of image names for which no backup should be performed (optional)'
 | 
					        help='List of image names for which no backup should be performed (optional)'
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    args = parser.parse_args()
 | 
					    args = parser.parse_args()
 | 
				
			||||||
    DATABASE_CONTAINERS = args.DATABASE_CONTAINERS
 | 
					    DATABASE_CONTAINERS = args.database_containers
 | 
				
			||||||
    IMAGES_NO_STOP_REQUIRED = args.images_no_stop_required
 | 
					    IMAGES_NO_STOP_REQUIRED = args.images_no_stop_required
 | 
				
			||||||
    if args.images_no_backup_required is not None:
 | 
					    if args.images_no_backup_required is not None:
 | 
				
			||||||
        global IMAGES_NO_BACKUP_REQUIRED
 | 
					        global IMAGES_NO_BACKUP_REQUIRED
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user