mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Solve PHP_VERS
This commit is contained in:
@@ -4,5 +4,5 @@ set -e
|
|||||||
|
|
||||||
bashio::log.info "Starting PHP-FPM..."
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user