Fix EXE_NAME variable in ly-openrc

This commit is contained in:
Your Name 2024-08-07 17:24:51 +03:00
parent 2bd0d0d4f3
commit e7dc6f7a45
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ CONFTTY=$(cat $CONFIG_DIRECTORY/ly/config.ini | sed -n 's/^tty.*=[^1-9]*// p')
TTY="tty${CONFTTY:-$DEFAULT_TTY}"
TERM=linux
BAUD=38400
EXE_NAME=ly
# If we don't have getty then we should have agetty
command=${commandB:-$commandUL}
command_args_foreground="-nl $PREFIX_DIRECTORY/bin/$EXE_NAME $TTY $BAUD $TERM"