Hi guys,
my cccam start automatically after the system boots,but oscam doesn't..
I made this script and put it in /bin/emu
<<<<<<>>>>>>
#! /bin/sh
/usr/local/bin/oscam -b
/usr/local/bin/cccam -d
<<<<<<>>>>>>
and in rc.local
<<<<<<>>>>>>
/bin/emu
exit 0
<<<<<<>>>>>>
I can confirm oscam and cccam are in /usr/local/bin/
cccam starts, oscam doesn't
if I start the process manually oscam works.
any idea?
thank you
