X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=a408c1e37eb0c74e598cc479cb97ffd3bb8ef42f;hb=61512330fd3e7c5525fae44d31fb2869bcab066e;hp=861c05d215e66a70c0c8b1613297775a759e3d37;hpb=20a4e564227ec9aee0da320de81c1b25aa47b5c7;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 861c05d2..a408c1e3 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -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: