We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c473118 commit bb61ceaCopy full SHA for bb61cea
1 file changed
deckifier/usr/bin/steamos-session-select
@@ -24,7 +24,7 @@ CONF_FILE="/etc/lightdm/lightdm.conf.d/10-gamescope-session.conf"
24
session="${1:-gamescope}"
25
26
# Update session type
27
-if [[ "$2" != "--root" ]]
+if [[ "$2" != "--root" ]]; then
28
[[ $EUID == 0 ]] && die "Running $0 as root is not allowed"
29
[[ -n ${HOME+x} ]] || die "No \$HOME variable"
30
0 commit comments