diff options
author | Andrew Lewman <andrew@torproject.org> | 2009-08-13 21:13:09 -0400 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2009-08-13 21:13:09 -0400 |
commit | c9b8a4a133780cb2ab3847292284a6e9292b70d1 (patch) | |
tree | b083af7bf70d1510d3257f52fdd4a733126563b3 /contrib | |
parent | a98643c1b5a39764204fcf6835a8b2bee670581d (diff) | |
download | tor-c9b8a4a133780cb2ab3847292284a6e9292b70d1.tar.gz tor-c9b8a4a133780cb2ab3847292284a6e9292b70d1.zip |
update fetch-all with dir auth
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/directory-archive/fetch-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/directory-archive/fetch-all b/contrib/directory-archive/fetch-all index fabcbb8bc4..dfa5a1b3e5 100755 --- a/contrib/directory-archive/fetch-all +++ b/contrib/directory-archive/fetch-all @@ -30,8 +30,8 @@ DIRSERVERS="" DIRSERVERS="$DIRSERVERS 86.59.21.38:80" # tor26 DIRSERVERS="$DIRSERVERS 128.31.0.34:9031" # moria1 DIRSERVERS="$DIRSERVERS 128.31.0.34:9032" # moria2 -#DIRSERVERS="$DIRSERVERS 140.247.60.64:80" # lefkada DIRSERVERS="$DIRSERVERS 194.109.206.212:80" # dizum + DATEDIR=$(date "+%Y/%m/%d") TIME=$(date "+%Y%m%d-%H%M%S") |