Changeset 41

Show
Ignore:
Timestamp:
07/25/06 12:48:31 (2 years ago)
Author:
jm3
Message:

refined the start script and added a configure file to be populated with correct paths on install

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 10kz/start.sh

    r39 r41  
    33# $Id$ 
    44 
    5 root=/Applications/10kz 
     5root=/usr/local/10kz 
    66 
    77process=`ps aux | grep [m]ini | awk '{print $2}'` 
     
    1818        $root/webserver/mini_httpd/mini_httpd -p 6667 -d $root/shell/ -c \*.jm3 
    1919        sleep 1 
    20         lynx --dump http://localhost:6667/test-cgi.jm3 
     20        lynx=`which lynx` 
     21        if [ -f "$lynx" ] 
     22        then 
     23                lynx --dump http://localhost:6667/test-cgi.jm3 
     24        fi 
    2125 
    2226        echo done.