mirror of https://github.com/fairyglade/ly.git
Small typo
This commit is contained in:
parent
103241e9b2
commit
72c10f5e00
|
@ -23,7 +23,7 @@ fi
|
||||||
CONFTTY=$(cat /etc/ly/conf.ini | grep tty | grep -v '#' | sed -e 's/tty = //' | sed -e 's/ //')
|
CONFTTY=$(cat /etc/ly/conf.ini | grep tty | grep -v '#' | sed -e 's/tty = //' | sed -e 's/ //')
|
||||||
|
|
||||||
## The execution vars
|
## The execution vars
|
||||||
# If CONFTTY is empty the default to 2
|
# If CONFTTY is empty then default to 2
|
||||||
TTY=${CONFTTY:-"2"}
|
TTY=${CONFTTY:-"2"}
|
||||||
TERM=linux
|
TERM=linux
|
||||||
BAUD=38400
|
BAUD=38400
|
||||||
|
|
Loading…
Reference in New Issue