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