From da0fa0fa1f59651006b20b9bdc0e93fcbd749b11 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Jul 2022 16:14:24 +0200 Subject: [PATCH] Correction of path --- spotweb/rootfs/etc/cont-init.d/90-spotweb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotweb/rootfs/etc/cont-init.d/90-spotweb b/spotweb/rootfs/etc/cont-init.d/90-spotweb index f8f5ff2ca..b79419b32 100644 --- a/spotweb/rootfs/etc/cont-init.d/90-spotweb +++ b/spotweb/rootfs/etc/cont-init.d/90-spotweb @@ -74,9 +74,9 @@ fi } > /app/dbsettings.inc.php # Import settings if existing -if [ -f /config/addons_config/ownsettings.php ]; then +if [ -f /config/addons_config/spotweb/ownsettings.php ]; then bashio::log.warning "A file named ownsettings.php was found in /config/addons_config. It will be used instead of the addons options." - ln -s /config/addons_config/ownsettings.php /app/ownsettings.php + ln -s /config/addons_config/spotweb/ownsettings.php /app/ownsettings.php fi # cat /app/dbsettings.inc.php