update creds again

This commit is contained in:
Jay Lee
2023-07-22 21:59:44 +00:00
parent f75994f735
commit f943890cfb
2 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@@ -20,8 +20,12 @@ else
echo "PASSCODE is set";
fi
gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \
--output "${credsfile}" "${gpgfile}"
gpg --batch \
--yes \
--decrypt \
--passphrase="${PASSCODE}" \
--output "${credsfile}" \
"${gpgfile}"
tar xvvf "${credsfile}" --directory "${credspath}"
rm -rvf "${gpgfile}"