mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling
This commit is contained in:
parent
d51432d09b
commit
36b47125ef
7 changed files with 19 additions and 22 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
echo "==> Polling DB…"
|
||||
|
||||
if [ "$1" == "mysql" ]; then
|
||||
if [ -z "$1" ] || [ "$1" == "mysql" ]; then
|
||||
appdir=$(cd $(dirname "$0")/.. && pwd)
|
||||
[ -f /etc/app-env ] || exec "$appdir/script/docker-environment" $0 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue