source: main/trunk/greenstone3/ANT-LOGRESET-RESTART-CUSTOM.sh.in@ 37163

Last change on this file since 37163 was 37163, checked in by davidb, 15 months ago

Don't need the -x on the first line

  • Property svn:executable set to *
File size: 183 bytes
Line 
1#!/bin/bash
2
3# Add any customized code needed here, such as environemnt variables
4
5
6./ANT-STOP-CUSTOM.sh && ant reset-logs && ./ANT-START-CUSTOM.sh
7
8# Any customized clean up needed?
Note: See TracBrowser for help on using the repository browser.