fix: /dev/tty1 instead of /dev/tty
This commit is contained in:
parent
7aa490745b
commit
1e2ce86b68
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
[ -z $DISPLAY ] && [ (tty) = /dev/tty ] && status --is-login && exec river &> /tmp/river.log
|
[ -z $DISPLAY ] && [ (tty) = /dev/tty1 ] && status --is-login && exec river &> /tmp/river.log
|
||||||
|
|
Loading…
Reference in a new issue