Fixed syncing specific mirrors from sync-mirrors script.
This commit is contained in:
parent
78b333cf6c
commit
54a15954c9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ done
|
|||
shift `expr $OPTIND - 1`
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
while true ; do
|
||||
for mirror in $* ; do
|
||||
if [ ! -f ${CONFDIR}/$1.conf ]; then
|
||||
echo "ERR: No mirror named [$1]" 1>&2
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue