home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a9656c2e7a497739db1c41c5cac9178e5e52f207
parent c5cdf4c366cba7e0d68b363326c2709207326eab
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Jul 2019 16:32:14 +0200

scripts: vpnpass no newline

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/scripts/bin/vpnpass | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkgs/scripts/bin/vpnpass b/pkgs/scripts/bin/vpnpass @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -e key=$(authkey) -echo "${key}" | pbcopy- \ No newline at end of file +echo -n "${key}" | pbcopy