Commit 1605d826 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4234 from mcornella/fix-fbterm-autostart

Fix fbterm autostart
parents 7c60da9e be102296
# start fbterm automatically in /dev/tty* # start fbterm automatically in /dev/tty*
if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then if (( ${+commands[fbterm]} )); then
fbterm if [[ "$TTY" = /dev/tty* ]] ; then
exit fbterm && exit
fi
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment