View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#4
Sifo,

I read the script on my laptop but I did not need to run it on my n900 to know for sure that you will need Bash installed, as that is the declaration on your very first script line.

Code:
#! /bin/bash
If you want it to run on the default N900, you'd need to change it to

Code:
#! /bin/sh
 

The Following 3 Users Say Thank You to anthonie For This Useful Post: