From bf470b8fffc92027238b7d279036f0d8223bb2d4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:55:52 +0100 Subject: [PATCH] Solve PHP_VERS --- spotweb/rootfs/etc/services.d/phpfpm/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotweb/rootfs/etc/services.d/phpfpm/run b/spotweb/rootfs/etc/services.d/phpfpm/run index 26d2c6e81..f177ff368 100644 --- a/spotweb/rootfs/etc/services.d/phpfpm/run +++ b/spotweb/rootfs/etc/services.d/phpfpm/run @@ -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