View Single Post
Posts: 10 | Thanked: 6 times | Joined on Apr 2013 @ Croatia
#1132
Originally Posted by bvaibhav View Post
Please help me with running a script.

I've created a custom bash script that visits a webpage and filter out a text from the same.

I've moved it to /usr/bin folder and confirmed that it works with normal user account as well as with root account but it does not work with billboard...

I tried both the ways mentioned below, still no output.
{script:myscript}
&
{script:/usr/bin/myscript}

I want this script to run every 10 minutes.

Any help would be appreciated.
try {script:sh /usr/bin/myscript}
 

The Following 2 Users Say Thank You to keptn For This Useful Post: