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