StevenHickson / RPiVideoLooper

Video Looper for the Raspberry Pi
Other
98 stars 36 forks source link

command not found #17

Open matteoraggi opened 7 years ago

matteoraggi commented 7 years ago

Hi, I didn't launched the setup, because I would like to have a test before, so I just copyed the files into the /home/pi/ and then while into that path I write: sudo startfullscreen.sh or sudo startvideos.sh and I receive always the same answer: bash: startfullscreen.sh: command not found.

rmcaninch commented 7 years ago

Try sudo ./script.sh or sudo bash ./script.sh

If it's not in your $PATH environment and not executable then bash can't find it.