Fix: Liest HOME richtig aus
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
HOME="$(getent passwd $SUDO_USER | cut -d: -f6)"
|
||||||
DEFAULT_USR_FOLDER="/usr/share/debian-gaming/home"
|
DEFAULT_USR_FOLDER="/usr/share/debian-gaming/home"
|
||||||
|
|
||||||
if [ "$(id -u)" -ne 0 ]; then
|
if [ "$(id -u)" -ne 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user