change checksum location

This commit is contained in:
Scott Pfeil 2021-09-07 12:48:03 -04:00
parent 3c4d432f8c
commit 5af99eb693

View File

@ -14,7 +14,7 @@ LOGFILE=$3
LOCALDIR=$(dirname "${LOCALPATH}")
LOCALBASE=$(basename "${LOCALPATH}")
NEWFILEPATH="${LOCALDIR}"/$(basename "${REMOTEPATH}")
VERSIONFILE=$LOCALDIR/../Checksums/"${LOCALBASE}".txt
VERSIONFILE=$LOCALDIR/Checksums/"${LOCALBASE}".txt
if [ -z $URL ]; then
echo "The artifactory instance url must be specified as the first argument!"