allow-unauthenticated when done from local file
This commit is contained in:
parent
5ad95ec6e3
commit
a7b7a9349a
@ -174,6 +174,7 @@ def render_snap_op(op, name, path=None, cfgfile=None, config=None):
|
||||
if cfgfile:
|
||||
cmd.append('--config=' + cfgfile)
|
||||
if path:
|
||||
cmd.append("--allow-unauthenticated")
|
||||
cmd.append(path)
|
||||
else:
|
||||
cmd.append(name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user