diff --git a/src/flist-uploader.py b/src/flist-uploader.py index d942fa9..7de2678 100644 --- a/src/flist-uploader.py +++ b/src/flist-uploader.py @@ -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'