mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-24 22:12:06 +02:00
Fix php-fpm version
This commit is contained in:
parent
fa1610505e
commit
8433ff7f44
@ -6,7 +6,7 @@ echo "Running version ${VERSION} commit ${COMMIT} built on ${CREATED}"
|
|||||||
|
|
||||||
# Show versions
|
# Show versions
|
||||||
echo "supervisord version: $(supervisord version)"
|
echo "supervisord version: $(supervisord version)"
|
||||||
php-fpm7 -v | head -n 1
|
php-fpm8 -v | head -n 1
|
||||||
nginx -v
|
nginx -v
|
||||||
|
|
||||||
if [ "${DB_CONNECTION}" = "sqlite" ]; then
|
if [ "${DB_CONNECTION}" = "sqlite" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user