1
0
Fork 0

update server path for new repo structure

This commit is contained in:
Asif Bacchus 2020-03-13 03:21:20 -06:00
parent 901f856402
commit 49b7d15d43
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ updateSuccess=0
# reference constants
containerName=''
containerUpdatePath='docker.asifbacchus.app/...'
server='https://git.asifbacchus.app/ab-docker/scripts/raw/branch/master/'
server="https://git.asifbacchus.app/ab-docker/scripts/raw/branch/master/$containerName/"
checksumFilename='checksums.sha256'
# files to update
localScriptName='update.sh'
repoScriptName="${containerName}-update.sh"
repoScriptName='update.sh'
updateFiles=""