From c90c35a73e2a50a46f2a0593c5fc1de2254848e4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:16:52 +0100 Subject: [PATCH] Export hope --- webtop_kde/rootfs/etc/cont-init.d/20-folders.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 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 aa32d04e6..adca558a2 100755 --- a/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh @@ -60,8 +60,8 @@ sed -i "s|^\(abc:[^:]*:[^:]*:[^:]*:[^:]*:\)[^:]*|\1$LOCATION|" /etc/passwd if [ -d /var/run/s6/container_environment ]; then printf "%s" "$LOCATION" > /var/run/s6/container_environment/HOME; fi if [ -d /var/run/s6/container_environment ]; then printf "%s" "$LOCATION" > /var/run/s6/container_environment/FM_HOME; fi { - printf "%s\n" "HOME=\"$LOCATION\"" - printf "%s\n" "FM_HOME=\"$LOCATION\"" + printf "%s\n" "export HOME=\"$LOCATION\"" + printf "%s\n" "export FM_HOME=\"$LOCATION\"" } >> ~/.bashrc # Create folder