Changeset 36006 for main/trunk


Ignore:
Timestamp:
2022-01-14T16:25:31+13:00 (2 years ago)
Author:
davidb
Message:

Improved echo statements mapping out more carefully what is happening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/PREPARE-ALL.sh

    r35992 r36006  
    2323
    2424echo ""
    25 echo "Sleeping for 5 seconds, to give time to press ^C to stop ..."
    26 sleep 5
     25echo "Away to deleted entire contents of:"
     26echo "  ../import/*"
     27echo "and then regenerate through through prepare stages"
     28
     29echo ""
     30echo "Sleeping for 10 seconds, to give time to press ^C to stop ..."
     31sleep 10
    2732echo  "... continuing"
    2833echo ""
     34
     35/bin/rm -rf ../import/*
    2936
    3037
     
    5966fi
    6067
     68
     69echo ""
     70echo "****"
     71echo "* Finished running $0"
     72echo "****"
     73echo ""
Note: See TracChangeset for help on using the changeset viewer.