diff options
-rwxr-xr-x | util/bin/paste | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/paste b/util/bin/paste index be29c78f..b7cc6c99 100755 --- a/util/bin/paste +++ b/util/bin/paste @@ -15,7 +15,7 @@ case $hoster in paste.retiolum|paste) curl -sS -F 'file=@-;type=text/plain' \ http://paste.retiolum:5000/+upload \ - | sed -n 's|.*href="\([^"]*\).*|http://paste.retiolum\1\n|p' + | sed -n 's|.*href="\([^#]*\).*|http://paste.retiolum\1\n|p' ;; ix.io) curl -sS -F 'f:1=<-' ix.io |