Skip to content

Commit

Permalink
moaiBOT!
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed May 25, 2017
1 parent e69933e commit 0a37d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ fi
echo -e "\n> decrypt secrets"
# decrypt secrets
gpg --verbose --batch --yes --passphrase ${1} --output ~/.ssh/id_rsa --decrypt /moai/secrets/id_rsa.gpg
gpg --verbose --batch --yes --passphrase ${1} --output ~/.ssh/id_rsa.pub --decrypt /moai/secrets/id_rsa.pub.gpg
chmod 400 ~/.ssh/id_rsa


echo -e "\n> configuring moai cron job"
Expand Down

0 comments on commit 0a37d5c

Please sign in to comment.