Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 26, 2025
1 parent 07239a1 commit 9a0968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export NODE_ENV=production
export PORT=80
export GITHUB_APP_ID=$APP_ID
# for this first one, eg: https://travistidwell.com/jsencrypt/demo/
export RSA_PRIVATE_KEY=$(echo "$RSA_PKEY" |sed ':a;N;$!ba;s/NEWLINE/\\n/g')
export RSA_PRIVATE_KEY=$(echo "$RSA_PKEY" |sed 's/NEWLINE/\\n/g')
export GITHUB_PRIVATE_KEY=$(echo "$RSA" |base64 -d|sed ':a;N;$!ba;s/\n/\\n/g')

# cat RSA_PKEY.key |tr '\n' ' ' |perl -pe 's/(KEY-----) /$1NEWLINE/; s/ (-----END)/NEWLINE$1/'
Expand Down

0 comments on commit 9a0968f

Please sign in to comment.