We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c8407 commit c3b70f0Copy full SHA for c3b70f0
root/etc/s6-overlay/s6-rc.d/init-speedtest-tracker-config/run
@@ -20,6 +20,8 @@ if [[ "${DB_CONNECTION:=sqlite}" = "sqlite" ]]; then
20
fi
21
lsiown abc:abc /app/www/database/database.sqlite
22
23
+ export DB_CONNECTION=sqlite
24
+ echo "sqlite" > /run/s6/container_environment/DB_CONNECTION
25
elif [[ "${DB_CONNECTION}" = "mysql" ]]; then
26
echo "Waiting for DB to be available"
27
END=$((SECONDS + 30))
0 commit comments