aboutsummaryrefslogtreecommitdiff
path: root/tor-browser-dl
diff options
context:
space:
mode:
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