diff options
author | Andrew Lewman <andrew@torproject.org> | 2009-08-13 21:13:09 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-08-26 20:15:46 -0400 |
commit | b2b25cf3a2d5db6c7c1da37923c34805dcd1dc21 (patch) | |
tree | 6d1f320d386298f44ae3a4367d3191842c98dbed /contrib | |
parent | b7e8a4631fecc3b3e241780bf1d735683562fd97 (diff) | |
download | tor-b2b25cf3a2d5db6c7c1da37923c34805dcd1dc21.tar.gz tor-b2b25cf3a2d5db6c7c1da37923c34805dcd1dc21.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") |