From 4ad367b11470bacd51924cc991de9a870610141a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 Feb 2025 07:57:53 +0100 Subject: [PATCH] Update 20-folders.sh --- webtop_kde/rootfs/etc/cont-init.d/20-folders.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh b/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh index 231488a72..aa32d04e6 100755 --- a/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh @@ -20,8 +20,6 @@ if [[ "$LOCATION" = "null" || -z "$LOCATION" ]]; then # Default location LOCATION="/config/data_kde" else - bashio::log.warning "Warning : a custom data location was selected, but the previous folder will NOT be copied. You need to do it manually" - # Check if config is located in an acceptable location LOCATIONOK="" for location in "/share" "/config" "/data" "/mnt"; do @@ -34,7 +32,6 @@ else LOCATION="/config/data_kde" bashio::log.fatal "Your data_location value can only be set in /share, /config or /data (internal to addon). It will be reset to the default location : $LOCATION" fi - fi # Set data location