mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 16:31:53 +08:00
feat: suitable for xxl-job < 2.2.0 #151
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
wait-for-it -t 0 db:3306
|
||||
if [[ $(mysql -hdb -uroot -proot -e "SHOW DATABASES LIKE 'xxl_job';") == "" ]]; then
|
||||
mysql -hdb -uroot -proot < /usr/src/tables_xxl_job.sql
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user