zlogin bugfix
This commit is contained in:
parent
fb170e1cad
commit
25ba4afc5c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/zsh
|
||||
|
||||
[ "$(TTY)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|
||||
[ "${TTY}" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|
||||
|
|
Loading…
Reference in a new issue