Skip to content

Commit

Permalink
Typo in copy_certs
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed May 20, 2024
1 parent b9b947a commit d97b0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/copy_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$NODE_ENV" = "production" ]; then
elif [ "$NODE_ENV" = "staging" ]; then
cp /opt/api/certs/staging/* /opt/api/server/certs/
else
if [- -z "${LOGIN_PRIVATE_KEY}"]; then
if [ -z "${LOGIN_PRIVATE_KEY}"]; then
echo $LOGIN_PRIVATE_KEY > /opt/api/server/certs/private.pem
fi
cp /opt/api/certs/dev/* /opt/api/server/certs/
Expand Down

0 comments on commit d97b0b0

Please sign in to comment.