Changeset 37758


Ignore:
Timestamp:
2023-06-07T20:21:20+12:00 (11 months ago)
Author:
anupama
Message:

The ant-stop-with-exts.sh script also needs to source gs3-setup.sh to locate ant, just like the ant-start-with-exts script. The ant-restart and ant-logreset-restart merely call these 2 scripts, so they don't need extra work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/ant-stop-with-exts.sh

    r37685 r37758  
    77full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
    88cd "$full_progdir"
     9
     10if [ "x$GSDL3SRCHOME" = "x" ] ; then
     11    if [ -f SETUP.bash ] ; then
     12        . ./SETUP.bash
     13    fi
     14fi
    915
    1016if test "x$gsopt_noexts" != "x1" ; then
Note: See TracChangeset for help on using the changeset viewer.