From 3b87ce066119102b8551e0420653063ea326d7bc Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 13 Mar 2020 03:31:08 -0600 Subject: [PATCH] fix missing printf --- template-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template-update.sh b/template-update.sh index eede920..b2d97b5 100755 --- a/template-update.sh +++ b/template-update.sh @@ -31,7 +31,7 @@ updateSuccess=0 # reference constants containerName='' -containerUpdatePath='docker.asifbacchus.app/...' +containerUpdatePath='docker.asifbacchus.app/...:latest' server="https://git.asifbacchus.app/ab-docker/scripts/raw/branch/master/$containerName/" checksumFilename='checksums.sha256' @@ -49,7 +49,7 @@ if ! docker pull "$containerUpdatePath"; then printf "There was an error updating the container. Try again later.\n\n" exit 1 else - "Container updated!\n" + printf "Container updated!\n" fi