source: main/trunk/greenstone3/service.d/greenstone3-stop.sh@ 34323

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

Need to make the script runable from any directory

File size: 141 bytes
Line 
1#!/bin/bash
2
3full_progname=`pwd`/${BASH_SOURCE}
4full_parentdir=${full_progname%/*/*}
5
6cd "$full_parentdir" && . ./gs3-setup.sh && ant stop
7
8
Note: See TracBrowser for help on using the repository browser.