source: main/trunk/model-sites-dev/atea/collect/he-herenga-korero-mp3s/RECONFIGURE.sh@ 34041

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

Initial set of files

  • Property svn:executable set to *
File size: 240 bytes
Line 
1#!/bin/bash
2
3echo "Reconfiguring full site"
4
5wget -O /dev/null 'http://localhost:8383/greenstone3/atea-library?a=s&sa=c'
6
7status=$?
8
9if [ $status != 0 ] ; then
10 echo "Error encountered when requesting Greenstone3 reconfiguration" 1>&2
11fi
12
Note: See TracBrowser for help on using the repository browser.