This document was generated from CDN thread
Created by: Gignac Zacharie on 08-07-2011 04:11:51 PM
Hi,
I'm trying to figure out how to make a startup script for a C60.
I Know that the script must be in /user/userscripts, and must have the execute permissions (755).
The thing is, I don't want the script to execute TSH commands, but SH commands. I must set special chains (to "ban" certain IP Ranges) in IPTABLES. So the problem is that the script doesn't execute at all. The first line is set to the SH interpreter (#!/bin/sh).
How can I make it execute on startup ?