summaryrefslogtreecommitdiffstats
path: root/meta-agl-devel/templates/feature/agl-gstrecorder/50_setupwarning.sh
blob: ae6b1312c0ab495c6fa801dfd9f6b8fb63927e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#Note to the user!

echo "##################################"
echo "# ATTENTION: the network between #"
echo "#  sender and receiver of the    #"
echo "#  gstrecorder feed needs to be  #"
echo "#  configured or                 #"
echo "#  WESTON WILL FAIL TO START !   #"
echo "#                                #"
echo "#  (hint: 192.168.20.x)          #"
echo "##################################"

sleep 2