Ignore:
Timestamp:
2014-12-17T15:48:45+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Renamed activate.pl library_url environment variable (from GSDL_LIBRARY_SERVLET_URL to GSDL_LIBRARY_URL)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/activate.pl

    r29639 r29640  
    488488    my $incremental = 0; # used by solr
    489489
    490     my $library_url = $ENV{'GSDL_LIBRARY_SERVLET_URL'} || undef; # to be specified on the cmdline if not using a GS-included web server
     490    my $library_url = $ENV{'GSDL_LIBRARY_URL'} || undef; # to be specified on the cmdline if not using a GS-included web server
    491491        # the GSDL_LIBRARY_URL env var is useful when running cmdline buildcol.pl in the linux package manager versions of GS3
    492492   
Note: See TracChangeset for help on using the changeset viewer.