diff options
author | Alec Warner <antarus@gentoo.org> | 2013-08-27 19:28:01 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2013-08-27 19:28:01 -0700 |
commit | dca142c8999523c028e72b2b6dd8179fd35da9fd (patch) | |
tree | c28b17e12f37db890b407d568d703438af73536b | |
parent | Unbreak mirmon-distfiles. (diff) | |
download | gentoo-mirrorstats-dca142c8999523c028e72b2b6dd8179fd35da9fd.tar.gz gentoo-mirrorstats-dca142c8999523c028e72b2b6dd8179fd35da9fd.tar.bz2 gentoo-mirrorstats-dca142c8999523c028e72b2b6dd8179fd35da9fd.zip |
distfile(s) typo :(
-rwxr-xr-x | mirmon-distfiles.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mirmon-distfiles.sh b/mirmon-distfiles.sh index 02ed87b..d9a1d48 100755 --- a/mirmon-distfiles.sh +++ b/mirmon-distfiles.sh @@ -1,9 +1,9 @@ #!/bin/bash -cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfile_mirrors +cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/distfiles_mirrors # Grab mirrors from the web [[ -d ./var ]] || mkdir ./var -./get-mirror-list-source.rb > ./var/g.mirrors +./get-mirror-list-distfiles.rb > ./var/g.mirrors # fatal if the state file is NOT present. [[ -e ./var/mirmon.state ]] || touch ./var/mirmon.state # run mirmon |