]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
change order of liveboot rsync destinations
authorroot sagunt <root@sagunt.profitbricks.localdomain>
Tue, 29 Apr 2014 14:00:28 +0000 (14:00 +0000)
committerroot sagunt <root@sagunt.profitbricks.localdomain>
Tue, 29 Apr 2014 14:00:28 +0000 (14:00 +0000)
liveboot_rsync.sh

index 5af98e6c88818a339b71b21baea6a8fdddfcc45f..4c095822168388a45c7f8b4c7ac9423d66a529fc 100755 (executable)
@@ -52,8 +52,8 @@ done
 #
 echo
 ping_and_rsync $RSYNC_DST1 "mirror to r+i"
-ping_and_rsync $RSYNC_DST2 "mirror to staging"
 ping_and_rsync $RSYNC_DST3 "mirror to DC1+2"
+ping_and_rsync $RSYNC_DST2 "mirror to staging"
 
 du -sh /srv/mirror/liveboot
 figlet "OK"