Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Oscam check script for dm800se

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rraja83
    Member
    • May 2011
    • 53

    Oscam check script for dm800se

    i was trying to set oscam check script for dreambox 800se with newnigma 2 image.. script is as follow:
    #!/bin/sh
    OSCAM_START="/usr/script/oscam.emu start";
    process=`ps auxwww | grep oscam | grep -v grep | awk '{print $1}'`
    if [ -z "$process" ]; then
    echo "$(date) Oscam not running" ;
    $OSCAM_START
    else
    echo "$(date) Oscam is running" ;
    fi
    but 'if' statement doesnot check whether oscam is running or stop...can anyone please help or if anyone has working script for newnigma2 image.
Working...