fix missing printf
This commit is contained in:
parent
79458aa416
commit
3b87ce0661
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user