Update decrypt.sh

This commit is contained in:
Jay Lee
2022-11-01 16:32:15 -04:00
committed by GitHub
parent 41965e962d
commit 55555506be

View File

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