View Single Post
Posts: 17 | Thanked: 12 times | Joined on Feb 2013
#1
Hi all,

i am trying to run this script when network interface is up on my N9:

Code:
#!/bin/sh
date >> /root/data
The script path is:

Code:
/etc/network/if-up.d/50_connect_home
The file /root/data is an existing empty file.


Upon connecting to my wlan, the file /root/data is still empty, which suggests the script does not run.

Any pointers?

Thanks,
sargas.
 

The Following User Says Thank You to sargas For This Useful Post: