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

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

With the introduction os 'ant-start-settings.bash' in extension folders, no longer need the .in versions

  • Property svn:executable set to *
File size: 172 bytes
Line 
1#!/bin/bash
2
3# Could add custom code here if needed, but likely already dealt with
4# in companion "ANT-*CUSTOM.sh" scripts
5
6./ANT-STOP-CUSTOM.sh && ./ANT-START-CUSTOM.sh
7
8
Note: See TracBrowser for help on using the repository browser.