more debug decrypt

This commit is contained in:
Jay Lee
2021-05-10 08:44:45 -04:00
parent 70121a6ebf
commit c48b135c43

View File

@@ -14,3 +14,4 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \
--output "${credsfile}" "${gpgfile}"
tar xvvf "${credsfile}" --directory "${gampath}"
ls -l "${gampath}"