From: Urban Wallasch Date: Sat, 24 Apr 2021 11:16:48 +0000 (+0200) Subject: * Disabled HTTP GET parameter authentification in kaoget.sh. X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=e34eebc16dc33fed1b776f1bf8f85f82619c469e;p=kaotools.git * Disabled HTTP GET parameter authentification in kaoget.sh. --- diff --git a/kaoget.sh b/kaoget.sh index 554e196..90d492c 100755 --- a/kaoget.sh +++ b/kaoget.sh @@ -59,7 +59,7 @@ case $(basename $GETTER) in #[ -n "$BWLDOWN" ] && BWLIM="--limit-rate=$BWLDOWN" ;; esac -[ -n "$USER" ] && [ -n "$PASS" ] && GET_AUTH="&auth=$USER:$PASS" +#[ -n "$USER" ] && [ -n "$PASS" ] && GET_AUTH="&auth=$USER:$PASS" case "$URL_FILE" in https://* )