From 133fa578bff2e1f277457d01af34d0d3d9e43e68 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:12:31 +0200 Subject: [PATCH] Update 00-folders.sh --- resiliosync/rootfs/etc/cont-init.d/00-folders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resiliosync/rootfs/etc/cont-init.d/00-folders.sh b/resiliosync/rootfs/etc/cont-init.d/00-folders.sh index 66d9fcfa6..0408d1033 100644 --- a/resiliosync/rootfs/etc/cont-init.d/00-folders.sh +++ b/resiliosync/rootfs/etc/cont-init.d/00-folders.sh @@ -64,6 +64,6 @@ change_folders () { ######################## # Adapt files -change_folders "$(bashio::config 'config_location')" "/share/resiliosync_config" "config_location" +change_folders "$(bashio::config 'config_location')" "/config/addons_config/resiliosync" "config_location" change_folders "$(bashio::config 'data_location')" "/share/resiliosync" "data_location" change_folders "$(bashio::config 'downloads_location')" "/share/resiliosync_downloads" "downloads_location"