From 220f0bdd23029021cd898966c7f37622a2e08c77 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 13 Mar 2020 02:24:27 -0600 Subject: [PATCH] repo script name dynamically based on container --- template-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-update.sh b/template-update.sh index 42783b5..8129d4f 100644 --- a/template-update.sh +++ b/template-update.sh @@ -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"