RPiVideoLooper icon indicating copy to clipboard operation
RPiVideoLooper copied to clipboard

command not found

Open matteoraggi opened this issue 8 years ago • 1 comments

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.

matteoraggi avatar Feb 10 '17 14:02 matteoraggi

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.

rmcaninch avatar Feb 10 '17 23:02 rmcaninch