2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 22:07:09 +01:00

Update 2025.02-dev/fpm-alpine/entrypoint.sh

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
M33 2025-01-29 18:08:57 +01:00 committed by GitHub
commit 6be02d99fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -193,7 +193,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
run_as 'php /var/www/html/bin/console.php dbstructure update -f'
echo "Upgrading finished"
fi
fi
) 9> /var/www/html/friendica-init-sync.lock
fi