mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-07-18 05:14:24 +02:00
Solved variable bug
This commit is contained in:
parent
978e153723
commit
627187cecb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user