From 3641a6b61573bfc92bbbe1159e88004f5b5ea9db Mon Sep 17 00:00:00 2001 From: Cavernosa <42952107+Cavernosa@users.noreply.github.com> Date: Sat, 16 Jul 2022 12:55:26 +0000 Subject: [PATCH] Fix error, TTY was printing tty'2' instead of tty2 --- res/ly-openrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ly-openrc b/res/ly-openrc index ad01958..7021829 100644 --- a/res/ly-openrc +++ b/res/ly-openrc @@ -24,7 +24,7 @@ CONFTTY=$(cat /etc/ly/config.ini | sed -n 's/^tty.*=[^1-9]*// p') ## The execution vars # If CONFTTY is empty then default to 2 -TTY="tty${CONFTTY:-'2'}" +TTY="tty${CONFTTY:-2}" TERM=linux BAUD=38400 # If we don't have getty then we should have agetty