Skip to content

Commit bb61cea

Browse files
author
TobiPeterG
committed
fix typo
1 parent c473118 commit bb61cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deckifier/usr/bin/steamos-session-select

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CONF_FILE="/etc/lightdm/lightdm.conf.d/10-gamescope-session.conf"
2424
session="${1:-gamescope}"
2525

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

0 commit comments

Comments
 (0)