Skip to content

Commit 0a37d5c

Browse files
committed
moaiBOT!
1 parent e69933e commit 0a37d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fi
196196
echo -e "\n> decrypt secrets"
197197
# decrypt secrets
198198
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
199+
chmod 400 ~/.ssh/id_rsa
200200

201201

202202
echo -e "\n> configuring moai cron job"

0 commit comments

Comments
 (0)