1
0
Fork 0

repo script name dynamically based on container

This commit is contained in:
Asif Bacchus 2020-03-13 02:24:27 -06:00
parent ce3c8e9c8c
commit 220f0bdd23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ checksumFilename='checksums.sha256'
# files to update
localScriptName='update.sh'
repoScriptName='template-update.sh'
repoScriptName="${containerName}-update.sh"
updateFiles=""
printf "\n*** Updating %s container service scripts ***\n\n" "$containerName"