From 95fbd871e8722cf31958f68ad161c611fd4091ef Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Tue, 29 Mar 2022 15:31:56 +0200 Subject: do-as: Remove -s flag --- do-as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do-as b/do-as index 87c5a72..d47301b 100755 --- a/do-as +++ b/do-as @@ -14,4 +14,4 @@ shift shift JWT=$(curl http://localhost:8000/api/v1.0/auth -X POST -p -u "$USER:pwd" | jq -r .access_token) -curl -s -H "Authorization: Bearer $JWT" https://localhost:1443/sc/v0/$CMD "$@" +curl -H "Authorization: Bearer $JWT" https://localhost:1443/sc/v0/$CMD "$@" -- cgit v1.1