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:
|
if cfgfile:
|
||||||
cmd.append('--config=' + cfgfile)
|
cmd.append('--config=' + cfgfile)
|
||||||
if path:
|
if path:
|
||||||
|
cmd.append("--allow-unauthenticated")
|
||||||
cmd.append(path)
|
cmd.append(path)
|
||||||
else:
|
else:
|
||||||
cmd.append(name)
|
cmd.append(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user