diff options
Diffstat (limited to 'templates/feature/agl-gstrecorder/50_setupwarning.sh')
-rwxr-xr-x | templates/feature/agl-gstrecorder/50_setupwarning.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/feature/agl-gstrecorder/50_setupwarning.sh b/templates/feature/agl-gstrecorder/50_setupwarning.sh new file mode 100755 index 00000000..ae6b1312 --- /dev/null +++ b/templates/feature/agl-gstrecorder/50_setupwarning.sh @@ -0,0 +1,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 + |