From fe0413d5abb91af2d61034e55d03f42bede5418f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 6 Jan 2021 04:59:52 -0700 Subject: [PATCH] perf(SCRIPT): remove unneeded variable --- update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/update.sh b/update.sh index ecfbb1d..dc18234 100644 --- a/update.sh +++ b/update.sh @@ -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"