From 9888fc31094d84331e75d7cb29bf4c69280246ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:57:12 +0100 Subject: [PATCH] Update 90-spotweb --- spotweb/rootfs/etc/cont-init.d/90-spotweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotweb/rootfs/etc/cont-init.d/90-spotweb b/spotweb/rootfs/etc/cont-init.d/90-spotweb index c6aa23f33..1cae289d1 100644 --- a/spotweb/rootfs/etc/cont-init.d/90-spotweb +++ b/spotweb/rootfs/etc/cont-init.d/90-spotweb @@ -13,7 +13,7 @@ declare port declare dbname # Adapt to php version -mv /etc/php8/* /etc/php${PHP_VERS:-}/ || true +cp -rf /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