From 3178100cd30d53f4d03117933fddcf00adac68f9 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 4 Jul 2010 12:24:08 +0200 Subject: [PATCH] And this also public. ohmy Signed-off-by: Joerg Jaspert --- config/debian/dinstall.functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index a29ae26e..34664c7d 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -472,9 +472,9 @@ function merkel3() { function mirrorpush() { log "Starting the mirrorpush" - date -u > /srv/ftp-master.debian.org/web/mirrorstart - echo "Using dak v1" >> /srv/ftp-master.debian.org/web/mirrorstart - echo "Running on host $(hostname -f)" >> /srv/ftp-master.debian.org/web/mirrorstart + date -u > /srv/ftp.debian.org/web/mirrorstart + echo "Using dak v1" >> /srv/ftp.debian.org/web/mirrorstart + echo "Running on host $(hostname -f)" >> /srv/ftp.debian.org/web/mirrorstart sudo -H -u archvsync /home/archvsync/runmirrors > ~dak/runmirrors.log 2>&1 & } -- 2.39.2