summaryrefslogtreecommitdiff
path: root/main.sh
diff options
context:
space:
mode:
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"