mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 00:33:18 +01:00
Show program versions at start
This commit is contained in:
parent
a825246927
commit
544a4486a4
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Show versions
|
||||||
|
echo "supervisord version: $(supervisord version)"
|
||||||
|
php-fpm7.3 -v | head -n 1
|
||||||
|
nginx -v
|
||||||
|
|
||||||
if [ "${DB_CONNECTION}" = "sqlite" ]; then
|
if [ "${DB_CONNECTION}" = "sqlite" ]; then
|
||||||
if [ ! -f /2fauth/database.sqlite ]; then
|
if [ ! -f /2fauth/database.sqlite ]; then
|
||||||
touch /2fauth/database.sqlite
|
touch /2fauth/database.sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user