chore(bash/db_assembler): show deprecation warning (#13410)
This commit is contained in:
parent
11bb94dcb0
commit
562835686a
1 changed files with 4 additions and 0 deletions
4
apps/db_assembler/db_assembler.sh
Normal file → Executable file
4
apps/db_assembler/db_assembler.sh
Normal file → Executable 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 )"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue