StevenHickson / RPiVideoLooper

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

Error: unable to read /etc/init.d//etc/init.d/videoloop #1

Closed omundy closed 10 years ago

omundy commented 10 years ago

I have an error using fresh install of Raspbian 2013-12-20...

$ unzip RPiVideoLooper-master.zip $ cd RPiVideoLooper-master/ $ sudo sh install.sh update-rc.d: using dependency based boot sequencing update-rc.d: error: unable to read /etc/init.d//etc/init.d/videoloop

NorbNorb commented 10 years ago

Me too. Change the last line in install.sh to: update-rc.d videoloop defaults

StevenHickson commented 10 years ago

I'll patch this fix soon. Thanks for finding it and figuring it out.