X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=024702cacd15936c6e38fd3548d411d05c96eec3;hb=c4d7af409b5203e0bc5695cafc998f974b71d080;hp=a6469e27f4dfdd8f90fb1c245851867259ef4e1e;hpb=47384ef2b7b6c6239b41623ad8612ac7fd32d089;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index a6469e27..024702ca 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -462,7 +462,7 @@ def _do_Approve(): print "Updating Release files..." spawn("dak generate-releases") print "Triggering security mirrors..." - spawn("sudo -u archvsync /home/archvsync/signal_security") + spawn("sudo -u archvsync -H /home/archvsync/signal_security") # 4. chdir to done - do upload if not Options["No-Action"]: