Skip to content

Commit 9fae8d9

Browse files
authored
Merge pull request #4 from badging/fixes
fixed PEM file string extraction
2 parents ea77423 + ca7a0cc commit 9fae8d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test.sh
2+
.env

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ echo -e "\xE2\x9C\x94 set clientSecret to $clientsecret"
121121
echo
122122

123123
read -p $'\e[1mEnter FULL PATH to downloaded PEM file: \e[22m' privatekeyPath
124-
echo "privateKey=$(cat $privatekeyPath)" >> .env
124+
echo "privateKey='$(cat $privatekeyPath)'" >> .env
125125
echo -e "\xE2\x9C\x94 set privateKey"
126126
echo
127127

0 commit comments

Comments
 (0)