#!/bin/bash echo "Reconfiguring full site" wget -O /dev/null 'http://localhost:8383/greenstone3/atea-library?a=s&sa=c' status=$? if [ $status != 0 ] ; then echo "Error encountered when requesting Greenstone3 reconfiguration" 1>&2 fi