Fehler in bash_profile. tty device liegt in dev, nicht in bin

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_cdboot@5376 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-13 13:49:48 +00:00
parent 56c396c232
commit d9d33a0e52

View File

@ -25,7 +25,7 @@
PATH=$PATH:/sbin:/usr/sbin:/usr/X11R7/sbin
export CFLAGS CXXFLAGS PATH
TTY=`tty`
if [ "$TTY" == "/bin/tty1" ]; then
if [ "$TTY" == "/dev/tty1" ]; then
unset DISPLAY
cd /Viitor/install
./Viitor_Setup