summaryrefslogtreecommitdiff
path: root/main.sh
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-11 12:39:40 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-11 12:39:40 -0500
commit3e27d11f68571bce92138f6cbfcaecac75fa1644 (patch)
tree36647c3691da83e85a0e06ceff3a4b47adf9f49b /main.sh
parent857ecbe794c714919612b533303e7a9ef781c75b (diff)
Fixed some errors
Diffstat (limited to 'main.sh')
-rwxr-xr-xmain.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.sh b/main.sh
index 886ea38..46f2f75 100755
--- a/main.sh
+++ b/main.sh
@@ -20,7 +20,8 @@ mkrsexclude
msg "Syncing repos without delete"
# rsync_update_command does not sync db or abs
${rsync_update_command} --exclude-from=${rsync_blacklist} \
- ${mirror}${mirropath}/{$(echo ${repo_list} | tr ':' ',')} ${repodir}
+ ${mirror}${mirropath}/{$(echo ${repo_list} | tr ':' ','),\
+ $(echo ${dir_list} | tr ':' ',')} ${repodir}
msg "Syncing each repo and cleaning"
msg2 "Remove pending files"