Update 90-spotweb

This commit is contained in:
Alexandre
2024-10-27 23:57:12 +01:00
committed by GitHub
parent b0eb9de025
commit 9888fc3109

View File

@@ -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