Changeset 34466 for main


Ignore:
Timestamp:
2020-10-17T17:55:17+13:00 (4 years ago)
Author:
davidb
Message:

Now run as regular 'library' URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/atea/collect/RECONFIGURE-ALL-COLS.sh

    r34077 r34466  
    22
    33cwd=`pwd`
    4 site_tail=${cwd%*/*/*}
     4site_tail=${cwd%*/*}
    55site=${site_tail##*/}
    66
     
    99echo ""
    1010
     11#reconfig_url="http://localhost:8383/greenstone3/$site-library?a=s&sa=c"
     12reconfig_url="http://localhost:8383/greenstone3/library?a=s&sa=c"
    1113
    12 reconfig_url="http://localhost:8383/greenstone3/$site-library?a=s&sa=c"
     14
    1315echo "Running:"
    1416echo "  wget -O /dev/null \"$reconfig_url\""
Note: See TracChangeset for help on using the changeset viewer.