source: gs2-extensions/video-and-audio/trunk/src/START-VIDEO-SERVER.sh.OBSOLETE@ 23036

Last change on this file since 23036 was 23036, checked in by sjm84, 14 years ago

The video extension now uses the new folder layout

File size: 350 bytes
Line 
1#!/bin/bash
2
3if [ "x$GEXTVIDEO" = "x" ] ; then
4 echo "Video extension environment variable GEXTVIDEO not set."
5 echo "Have you sourced the extension's setup file, e.g. setup.bash?"
6 exit
7fi
8
9echo "Starting Lighttpd: $GEXT_VIDEO_SERVER$GEXT_VIDEO_PREFIX"
10
11$GEXTVIDEO_INSTALLED/server/sbin/lighttpd -f $GEXTVIDEO_INSTALLED/server/conf/lighttpd.conf
Note: See TracBrowser for help on using the repository browser.