to save future problems\questions
1. I guess I need to remove what I added to the rc.local, right?
so the only referance I will have is in the .bashrc file ?
2. I have added the lines you told me in the end of the file , so the end of the file look like this :
Code: Select all
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
if [$(tty) == /dev/tty1];then
/home/pi/Documents/start.sh
fi
Thanks ,
******
I have remove the rc.local editing I have done
and just added what you told me
but it's not working ............
also now when I opern the terminal I get this error msg on the top :
Code: Select all
bash: [/dev/pts/0: No such file or directory
pi@raspberrypi:~ $
I have also try what you wrote on this post
viewtopic.php?f=29&t=7192&p=828947#p828947
and it almost work
but I can only see the information when I run this command
and only the 10 last lines...
so maybe I don't explain good what I want to see
I want after the PI will run start.sh and see this :

- Capture.PNG (140.76 KiB) Viewed 1145 times
can it be done?
Thanks ,