summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/kiosk/files/profiles/plain/bashrc
blob: 28694f856c84396545deb7fcc8108c237c56b3d3 (plain) (blame)
1
2
3
4
if [ "x$(tty)" == "x/dev/tty1" ]; then
  startx
  exit
fi