From: Silvio Rhatto Date: Mon, 4 Nov 2013 13:33:23 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d1ef9b03bc23f9a42529737b4fcf09d048dc2a65;p=scripts.git Oops --- diff --git a/tor-browser-dl b/tor-browser-dl index cfc72a9..4071d04 100755 --- a/tor-browser-dl +++ b/tor-browser-dl @@ -45,12 +45,12 @@ fi mkdir -p $TEMP # Download package -if [ -e "$DL/$FILE" ]; then +if [ ! -e "$DL/$FILE" ]; then wget -c $BASE_URL/$FILE -O $DL/$FILE || exit 1 fi # Download signature -if [ -e "$DL/$SIGN" ]; then +if [ ! -e "$DL/$SIGN" ]; then wget -c $BASE_URL/$SIGN -O $DL/$SIGN || exit 1 fi