i created a simple script to check if oscam is running and if not start it..
now script runs ok manually..but when i put in crontab nothing happens...
i using code like this..
30 * * * * root /emu/script/./oscamcheck.sh >>/emu/log/oscamCheck.log 2>&1
my idea is to run it every 30 mins..
can anyone tell if it is correct because it is not doing anything i waited for hours and hours...
now script runs ok manually..but when i put in crontab nothing happens...
i using code like this..
30 * * * * root /emu/script/./oscamcheck.sh >>/emu/log/oscamCheck.log 2>&1
my idea is to run it every 30 mins..
can anyone tell if it is correct because it is not doing anything i waited for hours and hours...
Comment