fix missing printf
This commit is contained in:
parent
79458aa416
commit
3b87ce0661
@ -31,7 +31,7 @@ updateSuccess=0
|
|||||||
|
|
||||||
# reference constants
|
# reference constants
|
||||||
containerName=''
|
containerName=''
|
||||||
containerUpdatePath='docker.asifbacchus.app/...'
|
containerUpdatePath='docker.asifbacchus.app/...:latest'
|
||||||
server="https://git.asifbacchus.app/ab-docker/scripts/raw/branch/master/$containerName/"
|
server="https://git.asifbacchus.app/ab-docker/scripts/raw/branch/master/$containerName/"
|
||||||
checksumFilename='checksums.sha256'
|
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"
|
printf "There was an error updating the container. Try again later.\n\n"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
"Container updated!\n"
|
printf "Container updated!\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user