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

Last change on this file since 37289 was 37288, checked in by davidb, 16 months ago

With the introduction os 'ant-start-settings.bash' in extension folders, can now have these files already in place (no need to create from .in versions)

  • 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.