summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-03-29 15:31:56 +0200
committerErnst Widerberg <ernst@sunet.se>2022-03-29 15:31:56 +0200
commit95fbd871e8722cf31958f68ad161c611fd4091ef (patch)
tree3ecef27c5895fc8123bdd7d2a72f1e945daa94af
parentb4d8068530b94b2cc7a0cbd397b029fc8d9fcd68 (diff)
do-as: Remove -s flag
-rwxr-xr-xdo-as2
1 files changed, 1 insertions, 1 deletions
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 "$@"