Fix: Liest HOME richtig aus

This commit is contained in:
2026-05-21 00:19:05 +02:00
parent d2579c8f45
commit 3f1a3fb554
+1
View File
@@ -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