View Single Post
msa's Avatar
Posts: 909 | Thanked: 216 times | Joined on Nov 2009 @ Bremen, Germany
#48
Originally Posted by egoshin View Post
#!/bin/sh should not have difference. But don't forget a space between 30 and >

Actually, it is better to use this script in /etc/event.d/myscript

Sorry for possible misguide...
thanks!

i tried to use your script, but it did not work. i ended up modifying it until i had the first script i used to make it work.

i had to remove the following part:
Code:
description "tuning system"
author My Name

console output
and still add the #!/bin/sh to make it work. i tried different combinations also, but non worked.