We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea77423 + ca7a0cc commit 9fae8d9Copy full SHA for 9fae8d9
.gitignore
@@ -0,0 +1,2 @@
1
+test.sh
2
+.env
install.sh
@@ -121,7 +121,7 @@ echo -e "\xE2\x9C\x94 set clientSecret to $clientsecret"
121
echo
122
123
read -p $'\e[1mEnter FULL PATH to downloaded PEM file: \e[22m' privatekeyPath
124
-echo "privateKey=$(cat $privatekeyPath)" >> .env
+echo "privateKey='$(cat $privatekeyPath)'" >> .env
125
echo -e "\xE2\x9C\x94 set privateKey"
126
127
0 commit comments