Solve PHP_VERS

This commit is contained in:
Alexandre
2024-10-27 22:55:52 +01:00
committed by GitHub
parent 4f2f869867
commit bf470b8fff

View File

@@ -4,5 +4,5 @@ set -e
bashio::log.info "Starting PHP-FPM..."
#/usr/sbin/php-fpm* -F
exec php-fpm"$PHPVERS" --nodaemonize
exec "php-fpm${PHPVERS:-}" --nodaemonize || \
exec "php-fpm*" --nodaemonize