Skip to content

Commit

Permalink
fix enviroment's name and echo
Browse files Browse the repository at this point in the history
  • Loading branch information
MdreW committed Sep 6, 2023
1 parent 7a0c84e commit 876e016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ fi

# import satosa keys with $SATOSA_PUBLIC_KEY and $SATOSA_PRIVATE_KEY, both must be present
if [[ -v SATOSA_PRIVATE_KEY && -v SATOSA_PUBLIC_KEY ]]; then
echo $SATOSA_PRIVATE_KEYS > pki/privkey.pem
echo $SATOSA_PUBLIC_KEY > pki/cert.pem
echo "$SATOSA_PRIVATE_KEY" > pki/privkey.pem
echo "$SATOSA_PUBLIC_KEY" > pki/cert.pem
echo "Satosa keys imported"
else
echo "satosa has loaded default keys"
Expand Down

0 comments on commit 876e016

Please sign in to comment.