chore(bash/db_assembler): show deprecation warning (#13410)

This commit is contained in:
Francesco Borzì 2022-10-14 21:08:22 +02:00 committed by GitHub
parent 11bb94dcb0
commit 562835686a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
apps/db_assembler/db_assembler.sh Normal file → Executable file
View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash
echo ----------------------------------------------------------------------------------------------- >&2
echo ATTENTION: This tool is DEPRECATED. To assemble or update your DB, use the worldserver instead. >&2
echo ----------------------------------------------------------------------------------------------- >&2
set -e
CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"