From 3f1a3fb5545216c8a67e9fa9ed273ae3013f5c40 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Thu, 21 May 2026 00:19:05 +0200 Subject: [PATCH] Fix: Liest HOME richtig aus --- 05-config-usrland.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/05-config-usrland.sh b/05-config-usrland.sh index a861da2..5b06061 100755 --- a/05-config-usrland.sh +++ b/05-config-usrland.sh @@ -1,5 +1,6 @@ #!/bin/bash +HOME="$(getent passwd $SUDO_USER | cut -d: -f6)" DEFAULT_USR_FOLDER="/usr/share/debian-gaming/home" if [ "$(id -u)" -ne 0 ]; then