From e613710abc58ec3a28cba79f76d292579cc08e33 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:27:02 +0200 Subject: [PATCH] Update 00-data_location.sh --- webtop_kde/rootfs/etc/cont-init.d/00-data_location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/rootfs/etc/cont-init.d/00-data_location.sh b/webtop_kde/rootfs/etc/cont-init.d/00-data_location.sh index 12b8016b5..1597218c0 100755 --- a/webtop_kde/rootfs/etc/cont-init.d/00-data_location.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/00-data_location.sh @@ -34,7 +34,7 @@ fi bashio::log.info "Setting data location to $LOCATION" # Correct home locations -for files in /etc/s6-overlay/s6-rc.d/*/run; do +for file in /etc/s6-overlay/s6-rc.d/*/run; do if [ "$(sed -n '1{/bash/p};q' "$file")" ]; then sed -i "1a export HOME=$LOCATION" "$file" sed -i "1a export FM_HOME=$LOCATION" "$file"