aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtor-browser-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-browser-dl b/tor-browser-dl
index 4071d04..b15a540 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -55,7 +55,7 @@ if [ ! -e "$DL/$SIGN" ]; then
fi
# Check signature
-gpg --verify $TEMP/$SIGN $DL/$FILE || exit 1
+gpg --verify $DL/$SIGN $DL/$FILE || exit 1
# Unpack
( cd $TEMP && tar xf $DL/$FILE ) || exit 1