actions take 102

This commit is contained in:
Jay Lee
2020-12-04 18:46:32 -05:00
parent 5484d39d90
commit b7010b099f

View File

@ -4,7 +4,7 @@ mydir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
echo "running from ${mydir}"
credsfile="${gampath}/creds.tar"
echo "target file is ${credsfile}"
gpgfile="${mypath}/creds.tar.gpg"
gpgfile="${mydir}/creds.tar.gpg"
echo "source file is ${gpgfile}"
if [ -z ${PASSCODE+x} ]; then
echo "PASSCODE is unset";