update message

This commit is contained in:
ghost 2024-02-09 02:44:44 +02:00
parent 2d20e7e86f
commit 6e5eaadd23

View File

@ -46,7 +46,7 @@ fi
# Compare versions
if [[ ${LocalSHA256:0:64} == ${RemoteSHA256:0:64} ]]; then
echo "DB up to date!"
echo "DB is up to date!"
exit
fi