mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Solve PHP_VERS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user