Skip to content

Commit 8dd1798

Browse files
committed
do not throw errors to ensure container termination
1 parent 15ed8e2 commit 8dd1798

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ curl -s http://localhost:3000/api/generate/ES512 | jq "."
6767
Alternatively, you can use the following script which also uses Docker:
6868
```bash
6969
#!/bin/bash
70-
set -e
71-
7270
ALGO="${1:-RS256}"
7371
echo "Algorihtm: $ALGO"
7472

scripts/gen-keys.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/bash
2-
set -e
3-
42
ALGO="${1:-RS256}"
53
echo "Algorihtm: $ALGO"
64

0 commit comments

Comments
 (0)