Changeset 37683 for main


Ignore:
Timestamp:
2023-04-20T09:32:32+12:00 (12 months ago)
Author:
davidb
Message:

Renaming of scripts from 'CUSTOM' to 'with-exts'; scripts updated to use the new name

Location:
main/trunk/greenstone3/service.d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/service.d/greenstone3-start.sh

    r37161 r37683  
    88cd "$full_parentdir" \
    99    && if [ -f SETUP.bash ] ; then . ./SETUP.bash ; else . ./gs3-setup-cli.sh  && . ./gs3-setup.sh ; fi \
    10     && if [ -f ANT-START-CUSTOM.sh ] ; then ./ANT-START-CUSTOM.sh ; else ant start ; fi
     10    && if [ -f ant-start-with-exts.sh ] ; then ./ant-start-with-exts.sh ; else ant start ; fi
    1111
  • main/trunk/greenstone3/service.d/greenstone3-stop.sh

    r37161 r37683  
    88cd "$full_parentdir" \
    99    && if [ -f SETUP.bash ] ; then . ./SETUP.bash ; else . ./gs3-setup-cli.sh  && . ./gs3-setup.sh ; fi \
    10     && if [ -f ANT-STOP-CUSTOM.sh ] ; then ./ANT-STOP-CUSTOM.sh ; else ant stop ; fi
     10    && if [ -f ant-stop-with-exts.sh ] ; then ./ant-stop-with-exts.sh ; else ant stop ; fi
    1111
Note: See TracChangeset for help on using the changeset viewer.