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
RevLine 
[34322]1#!/bin/bash
[34321]2
[34323]3full_progname=`pwd`/${BASH_SOURCE}
4full_parentdir=${full_progname%/*/*}
[34321]5
[34323]6cd "$full_parentdir" && . ./gs3-setup.sh && ant stop
[34322]7
[34323]8
Note: See TracBrowser for help on using the repository browser.