kpaste: fix public url

This commit is contained in:
lassulus 2023-05-05 01:32:18 +02:00
parent 194781fa5e
commit a2b03cb28c
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
writeDashBin "kpaste" ''
${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" \
-H "Content-Type-Override: ''${KPASTE_CONTENT_TYPE-}"
-H "Content-Type-Override: ''${KPASTE_CONTENT_TYPE-}" |
${gnused}/bin/sed '$ {p;s|http://p.r|https://p.krebsco.de|}'
''