Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiPeterG committed Jul 14, 2024
1 parent c473118 commit bb61cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deckifier/usr/bin/steamos-session-select
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CONF_FILE="/etc/lightdm/lightdm.conf.d/10-gamescope-session.conf"
session="${1:-gamescope}"

# Update session type
if [[ "$2" != "--root" ]]
if [[ "$2" != "--root" ]]; then
[[ $EUID == 0 ]] && die "Running $0 as root is not allowed"
[[ -n ${HOME+x} ]] || die "No \$HOME variable"

Expand Down

0 comments on commit bb61cea

Please sign in to comment.