source: gs3-installations/intermuse/trunk/sites/intermuse/collect/performers/RECONFIGURE.sh@ 37072

Last change on this file since 37072 was 37072, checked in by davidb, 16 months ago

Had the wrong collection name. Now fixed

  • Property svn:executable set to *
File size: 403 bytes
Line 
1#!/bin/bash
2
3#wget -O /dev/null 'http://localhost:4343/greenstone3/library?a=s&sa=c&sc=performers'
4
5source ../_local_collect_config.sh
6
7
8echo "Obtaining lock: gs3-building.flock"
9
10#sudo -u $gs_server_username -- \
11bash -c "pushd ../../../../../ && . ./gs3-setup.sh && popd && flock gs3-building.flock wget -O /dev/null \"$gs_library_url?a=s&sa=c&sc=$col\""
12
13
14echo "Releasing lock: gs3-building.flock"
15
Note: See TracBrowser for help on using the repository browser.