Changeset 4575


Ignore:
Timestamp:
2003-06-11T16:29:08+12:00 (21 years ago)
Author:
jmt12
Message:

Added test to see if GSDLHOME is set, and gave an even better installation complete message that tells you what to do next.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/Install.sh

    r4528 r4575  
    7474fi
    7575
     76if [ "$GSDLHOME" != "" ] ; then
     77    gsdlhome=$GSDLHOME
     78fi
     79
    7680if [ "$gsdlhome" != "" ] ; then
    7781    echo "A Greenstone installation has been detected at ${gsdlhome}."
     
    125129
    126130echo "Greenstone Librarian Interface - Installation Complete!"
     131echo "Change to the directory 'gli' and run './Gatherer' to start the application."
    127132
    128133exit 0
Note: See TracChangeset for help on using the changeset viewer.