Autolaunch for all tty

pull/3/head
F5OEO 2016-02-12 00:20:41 +00:00
rodzic 051270608b
commit e6277c2d9f
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -102,6 +102,6 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
if [ $(tty) == /dev/tty1 ]; then
./rpidatv/scripts/frmenu.sh
fi

Wyświetl plik

@ -102,6 +102,6 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
if [ $(tty) == /dev/tty1 ]; then
./rpidatv/scripts/gbmenu.sh
fi