From: Silvio Rhatto Date: Mon, 4 Nov 2013 13:34:46 +0000 (-0200) Subject: Minor fix at tor-browser-dl X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d0c367942a77707ac76ef0784652a3e3a39d1f8;p=scripts.git Minor fix at tor-browser-dl --- 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