Changeset 36822 for gs3-installations


Ignore:
Timestamp:
2022-10-17T16:06:20+13:00 (19 months ago)
Author:
davidb
Message:

Extra echo statements added in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/mars/trunk/sites/mars/collect/amc-essentia/IMPORT.sh

    r34364 r36822  
    1010# export PYTHONPATH=/usr/local//lib/python3.7/site-packages/pip/_vendor/
    1111export PYTHONPATH="$GEXT_MARS_INSTALLED/lib/python3.7/site-packages"
     12#
     13echo ""
     14echo "***** Set Environment Variable 'PYTHONPATH'.  Is this still needed?????"
     15echo ""
     16
     17echo ""
     18echo "****"
     19echo "* ./IMPORT.sh started:"
     20echo "* `date`"
     21echo "****"
     22echo ""
    1223
    1324import.pl -removeold -site $site $* $col
    1425
     26echo ""
     27echo "****"
     28echo "* ./IMPORT.sh finished:"
     29echo "* `date`"
     30echo "****"
     31echo ""
Note: See TracChangeset for help on using the changeset viewer.