Ignore:
Timestamp:
2004-08-26T09:12:09+12:00 (20 years ago)
Author:
kjdon
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-install.sh

    r8051 r8061  
    8383
    8484# copy the modified server.xml into tomcat
    85 if [ ! -f ./tomcat/conf/server-withexamples.xml.config]; then
     85if [ ! -f ./tomcat/conf/server-withexamples.xml.config ]; then
    8686    mv ./tomcat/conf/server.xml ./tomcat/conf/server-withexamples.xml.config
    8787    cat server.xml.in | sed "s|@gsdl3home@|${gsdl3home}|" > ./tomcat/conf/server.xml
Note: See TracChangeset for help on using the changeset viewer.