How to run fancontrol automatically?

Donn donn.ingle at gmail.com
Thu Apr 3 15:28:21 UTC 2008


> and I noticed that the other files all are shell scripts or so, while
> fancontrol is a text file. (different icon and all)
This might be the problem - you should have the 'magic' line:
#!/bin/bash
In the front of the file. This will signal that it's a shell script. These 
days there is another shell called 'dash' but I am not sure how it's invoked. 
Prob. #!/bin/dash, you can try that if it still won't work.

I remember that as "Sha-bang bin bash" fwiw.

\d




More information about the kubuntu-users mailing list