Fix missing space
This commit is contained in:
parent
baafbbc7e8
commit
e7a8652831
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue