提交 61512330 编写于 作者: J Joerg Jaspert

no more advisory

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 20a4e564
......@@ -78,7 +78,7 @@ def spawn(command):
def sudo(arg, fn, exit):
if Options["Sudo"]:
os.spawnl(os.P_WAIT, "/usr/bin/sudo", "/usr/bin/sudo", "-u", "dak", "-H",
"/usr/local/bin/dak", "new-security-install", "-"+arg, "--", advisory)
"/usr/local/bin/dak", "new-security-install", "-"+arg)
else:
fn()
if exit:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册