Small typo

This commit is contained in:
MadcowOG 2022-07-08 10:39:10 +00:00 committed by GitHub
parent 103241e9b2
commit 72c10f5e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ fi
CONFTTY=$(cat /etc/ly/conf.ini | grep tty | grep -v '#' | sed -e 's/tty = //' | sed -e 's/ //')
## The execution vars
# If CONFTTY is empty the default to 2
# If CONFTTY is empty then default to 2
TTY=${CONFTTY:-"2"}
TERM=linux
BAUD=38400