From e6277c2d9fdbc64e68b121ada739473c52f82b38 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Fri, 12 Feb 2016 00:20:41 +0000 Subject: [PATCH] Autolaunch for all tty --- scripts/install_bashrc.fr | 4 ++-- scripts/install_bashrc.gb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install_bashrc.fr b/scripts/install_bashrc.fr index 7fd77fc..8ad97bf 100644 --- a/scripts/install_bashrc.fr +++ b/scripts/install_bashrc.fr @@ -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 + diff --git a/scripts/install_bashrc.gb b/scripts/install_bashrc.gb index d10eeb9..aa1fb61 100644 --- a/scripts/install_bashrc.gb +++ b/scripts/install_bashrc.gb @@ -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 +