projects
/
kaotools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c6001
)
* Disabled HTTP GET parameter authentification in kaoget.sh.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sat, 24 Apr 2021 11:16:48 +0000
(13:16 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sat, 24 Apr 2021 11:16:48 +0000
(13:16 +0200)
kaoget.sh
patch
|
blob
|
history
diff --git
a/kaoget.sh
b/kaoget.sh
index 554e19683507e0fa3b5f1012cdfe7aa619e4948f..90d492c3b58e0f3bd2ea05b2f970dd60836d7fb2 100755
(executable)
--- 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://* )