From e7a86528310613610d403b5d03c1f44ac0a69183 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 28 May 2016 16:53:35 +0000 Subject: [PATCH] Fix missing space --- files/scripts/update-fullfiletimelist | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/scripts/update-fullfiletimelist b/files/scripts/update-fullfiletimelist index 14d5ed6bc1..0bd2191b2f 100755 --- a/files/scripts/update-fullfiletimelist +++ b/files/scripts/update-fullfiletimelist @@ -1,8 +1,4 @@ #!/bin/bash - -# Note: this is only an example of how you'd call create-filelist. Edit to fit -# your requirements. - # Takes a list of module names. Generates file lists for all of them and them # moves them into place at once. If you are creating hardlinks between rsync # modules, it is required that you update the file lists of both mirrors at the @@ -43,7 +39,7 @@ TIMELIST='fullfiletimelist-$mod' # Create all of the filelists for mod in $mods; do - $CREATE -c -s -d $TOPD/$mod-f fl-$mod -t tl-$mod + $CREATE -c -s -d $TOPD/$mod -f fl-$mod -t tl-$mod done # Now diff the file lists and delete the ones which didn't change