change checksum location
This commit is contained in:
parent
3c4d432f8c
commit
5af99eb693
@ -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!"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user