perf(SCRIPT): remove unneeded variable

This commit is contained in:
Asif Bacchus 2021-01-06 04:59:52 -07:00
parent 73d998178c
commit fe0413d5ab
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ checksumFilename='checksums.sha256'
# files to update
localScriptName="$(basename "$0")"
repoScriptName='update.sh'
updateFiles=""
### update container
printf "%s\n*** Updating %s container and service scripts ***\n\n%s" "$info" "$containerName" "$norm"