r109919 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109918‎ | r109919 | r109920 >
Date:10:53, 24 January 2012
Author:ariel
Status:deferred
Tags:
Comment:
eh, don't exit before creating the actual useful rsync file
Modified paths:
  • /branches/ariel/xmldumps-backup/create-rsync-list.sh (modified) (history)

Diff [purge]

Index: branches/ariel/xmldumps-backup/create-rsync-list.sh
@@ -180,7 +180,6 @@
181181 fi
182182 if [ -f "$outputfile.tmp" ]; then
183183 mv "$outputfile.tmp" "$outputfile"
184 - exit 0
185184 else
186185 echo "$0: no output file created. Something is wrong."
187186 exit 1

Status & tagging log