Browse Source

update message

main
ghost 5 months ago
parent
commit
6e5eaadd23
  1. 2
      update.sh

2
update.sh

@ -46,7 +46,7 @@ fi @@ -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

Loading…
Cancel
Save