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

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 )"