From b0eb9de0255abb01ed7249ded835abe3895366b8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:56:37 +0100 Subject: [PATCH] Update 90-spotweb --- spotweb/rootfs/etc/cont-init.d/90-spotweb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spotweb/rootfs/etc/cont-init.d/90-spotweb b/spotweb/rootfs/etc/cont-init.d/90-spotweb index 1de19bcd6..c6aa23f33 100644 --- a/spotweb/rootfs/etc/cont-init.d/90-spotweb +++ b/spotweb/rootfs/etc/cont-init.d/90-spotweb @@ -12,6 +12,8 @@ declare password declare port declare dbname +# Adapt to php version +mv /etc/php8/* /etc/php${PHP_VERS:-}/ || true if bashio::config.has_value 'remote_mysql_host'; then if ! bashio::config.has_value 'remote_mysql_database'; then