summaryrefslogtreecommitdiffstats
path: root/startDemo-d.sh
blob: 131988c809d52da5326b8ac1c203edf26ecded5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

if [ ! "$(whoami)" = "root" ]
then
	echo Warning you are not root, expect problems!
fi


./loadDriver-d.sh &

sleep 3

if [ -e ../../NetworkManager/Server/NetworkManager ]
then
../../NetworkManager/Server/NetworkManager config-d.xml &
else
./NetworkManager config-d.xml &
fi

sleep 5

./VideoOnDemand -i ca14 -i ca16 -i ep03 -i ep04 -v &