connman: start testscript before starting connman for testing if it exist

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-31 17:22:34 +02:00
parent 325e0912f8
commit 8e5c2321c5

View File

@ -32,6 +32,8 @@ progress "Starting Connection Manager"
touch /var/run/resolv.conf touch /var/run/resolv.conf
# requested by clandmeter: create symlink for tests # requested by clandmeter: create symlink for tests
mkdir -p /var/lib/connman
ln -sf $HOME/.config/wifi.conf /var/lib/connman/wifi.conf ln -sf $HOME/.config/wifi.conf /var/lib/connman/wifi.conf
[ -f $HOME/network_test.sh ] && sh $HOME/network_test.sh
connmand connmand