pkgs.kpaste: replace internal host with https external host
This commit is contained in:
parent
bed170dd8a
commit
360e823a9a
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
writeDashBin "kpaste" ''
|
writeDashBin "kpaste" ''
|
||||||
${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" |
|
${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" |
|
||||||
${gnused}/bin/sed '$ {p;s/\<http://p.r\>/krebsco.de/}'
|
${gnused}/bin/sed '$ {p;s|http://p.r|https://p.krebsco.de|}'
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user