Thread
:
Running script when network interface is up
View Single Post
sargas
2013-02-03 , 16:29
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.
Quote & Reply
|
The Following User Says Thank You to sargas For This Useful Post:
Wikiwide
sargas
View Public Profile
Send a private message to sargas
Find all posts by sargas