Skip to content

Commit

Permalink
flist-uploader: allow readonly to be not set in config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Aug 28, 2024
1 parent 7736341 commit a8096f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/flist-uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
if not 'authentication' in config:
config['authentication'] = True

if not 'readonly' in config:
config['readonly'] = False

if not 'zflist-bin' in config and os.path.exists("/.hub-container"):
config['zflist-bin'] = '/usr/bin/zflist'

Expand Down

0 comments on commit a8096f0

Please sign in to comment.