Change name variable from EXE_NAME to EXECUTABLE_NAME in ly-openrc file

This commit is contained in:
Your Name 2024-08-07 18:15:53 +03:00
parent 028cb9496a
commit df496ee8f4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ TERM=linux
BAUD=38400
# 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"
command_args_foreground="-nl $PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME $TTY $BAUD $TERM"
depend() {
after agetty