aboutsummaryrefslogtreecommitdiff
path: root/tor-browser-dl
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-04 11:16:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-04 11:16:14 -0200
commita7e90406d36187dff9814530a45cf6964fc15b0a (patch)
tree8135d25290b5e81728c2ed5c64c2e15e397692a2 /tor-browser-dl
parent3bc9efbcdbe240c6f97d84fb5f1403f92d70126d (diff)
downloadscripts-a7e90406d36187dff9814530a45cf6964fc15b0a.tar.gz
scripts-a7e90406d36187dff9814530a45cf6964fc15b0a.tar.bz2
Minor fix at tor-browser-dl
Diffstat (limited to 'tor-browser-dl')
-rwxr-xr-xtor-browser-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-browser-dl b/tor-browser-dl
index cc7449b..2c54bb0 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -49,7 +49,7 @@ wget -c $BASE_URL/$FILE -O $DL/$FILE || exit 1
wget -c $BASE_URL/$SIGN -O $DL/$SIGN || exit 1
# Check signature
-gpg --verify $TEMP/$SIGN $TEMP/$FILE || exit 1
+gpg --verify $TEMP/$SIGN $DL/$FILE || exit 1
# Unpack
( cd $TEMP && tar xf $DL/$FILE ) || exit 1