Update 90-spotweb

This commit is contained in:
Alexandre
2024-10-28 07:26:38 +01:00
committed by GitHub
parent 18b8cf5bf4
commit 63aeac67ec

View File

@@ -13,7 +13,7 @@ declare port
declare dbname
# Adapt to php version
cp -rf /etc/php8/* /etc/php${PHP_VERS:-}/ || true
cp -rf /etc/php8/* /etc/php${PHPVERS:-}/ || true
if bashio::config.has_value 'remote_mysql_host'; then
if ! bashio::config.has_value 'remote_mysql_database'; then