source: main/trunk/model-sites-dev/mars/collect/amc-essentia/ACTIVATE.sh@ 34364

Last change on this file since 34364 was 34364, checked in by davidb, 4 years ago

Changes reflecting new locatin of collection within a new Greenstone3 install

  • Property svn:executable set to *
File size: 204 bytes
RevLine 
[33547]1#!/bin/bash
2
3cwd=`pwd`
4
5col=${cwd##*/}
6
7site_with_subdirs=${cwd##*/sites/}
8site=${site_with_subdirs%%/*}
9
[34364]10activate.pl -removeold $* -site $site -library_url http://localhost:9393/greenstone3/library $col
Note: See TracBrowser for help on using the repository browser.