From 65af92f63eb13ba1782875c12af8aca78699431b Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 23 Dec 2014 17:04:12 +0100 Subject: [PATCH] liveboot_rsync.sh: change order of liveboot rsync destinations mgmt-qa is working again and should get the liveboot version before copying it into the production mgmt system. --- liveboot_rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_rsync.sh b/liveboot_rsync.sh index 4c09582..5af98e6 100755 --- a/liveboot_rsync.sh +++ b/liveboot_rsync.sh @@ -52,8 +52,8 @@ done # echo ping_and_rsync $RSYNC_DST1 "mirror to r+i" -ping_and_rsync $RSYNC_DST3 "mirror to DC1+2" ping_and_rsync $RSYNC_DST2 "mirror to staging" +ping_and_rsync $RSYNC_DST3 "mirror to DC1+2" du -sh /srv/mirror/liveboot figlet "OK" -- 2.39.5