Fix missing space

This commit is contained in:
Kevin Fenzi 2016-05-28 16:53:35 +00:00
parent baafbbc7e8
commit e7a8652831

View file

@ -1,8 +1,4 @@
#!/bin/bash #!/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 # 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 # 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 # 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 # Create all of the filelists
for mod in $mods; do 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 done
# Now diff the file lists and delete the ones which didn't change # Now diff the file lists and delete the ones which didn't change