From 7cc8370ab5e3428c24f37b7259331b10038b6acb Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 2 Oct 2018 22:26:17 +0200 Subject: jumbotron: add role to set up jumbotron rpi --- roles/jumbotron/files/bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/jumbotron/files/bash_profile (limited to 'roles/jumbotron/files/bash_profile') diff --git a/roles/jumbotron/files/bash_profile b/roles/jumbotron/files/bash_profile new file mode 100644 index 0000000..a473f85 --- /dev/null +++ b/roles/jumbotron/files/bash_profile @@ -0,0 +1,5 @@ +if [[ "$(tty)" = '/dev/tty1' ]]; then + exec "$HOME/.autologin" +fi + +. "$HOME/.bashrc" -- cgit v1.2.1