]> git.decadent.org.uk Git - dak.git/commitdiff
A for loop likes a done at the end, who would have thought?
authorJoerg Jaspert <joerg@debian.org>
Thu, 24 Dec 2015 12:04:24 +0000 (13:04 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 24 Dec 2015 12:04:24 +0000 (13:04 +0100)
config/debian/dinstall.functions

index 549431167d535524d9f24e06e754b0f5f4157324..a11c75e3049332c826b6b2e88daa222600aaaf26 100644 (file)
@@ -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() {