Skip to content

Commit a8096f0

Browse files
committed
flist-uploader: allow readonly to be not set in config
1 parent 7736341 commit a8096f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/flist-uploader.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
if not 'authentication' in config:
5353
config['authentication'] = True
5454

55+
if not 'readonly' in config:
56+
config['readonly'] = False
57+
5558
if not 'zflist-bin' in config and os.path.exists("/.hub-container"):
5659
config['zflist-bin'] = '/usr/bin/zflist'
5760

0 commit comments

Comments
 (0)