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.
1 parent e69933e commit 0a37d5cCopy full SHA for 0a37d5c
provision/provision.sh
@@ -196,7 +196,7 @@ fi
196
echo -e "\n> decrypt secrets"
197
# decrypt secrets
198
gpg --verbose --batch --yes --passphrase ${1} --output ~/.ssh/id_rsa --decrypt /moai/secrets/id_rsa.gpg
199
-gpg --verbose --batch --yes --passphrase ${1} --output ~/.ssh/id_rsa.pub --decrypt /moai/secrets/id_rsa.pub.gpg
+chmod 400 ~/.ssh/id_rsa
200
201
202
echo -e "\n> configuring moai cron job"
0 commit comments