From: Joerg Jaspert Date: Thu, 24 Dec 2015 12:04:24 +0000 (+0100) Subject: A for loop likes a done at the end, who would have thought? X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=3a18a9c192d517c71593ed66e22f056738592d89 A for loop likes a done at the end, who would have thought? --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 54943116..a11c75e3 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -565,6 +565,7 @@ function mirrorpush() { echo "Running on host $(hostname -f)" >> /srv/ftp.debian.org/web/${fname} sudo -H -u archvsync /home/archvsync/runmirrors ${pusharg} > ~dak/runmirrors-${archive}.log 2>&1 & fi + done } function mirrorpush-backports() {