Ignore:
Timestamp:
2013-06-12T20:39:01+12:00 (11 years ago)
Author:
davidb
Message:

Tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/afrepo/trunk/src/bin/script/afr-classify

    r27338 r27608  
    1919cd $GEXTAMP_INSTALLED/htdocs/afrepo
    2020
    21 classify $*
     21
     22if [ ! -d "audio-ids" ] ; then
     23  echo "Error: need to run 'afr.makelinks' first to generate MD5 hashed 'audio-ids' directory" >2
     24  echo "       based on the content of 'localtest'" >2
     25  exit 1;
     26fi
     27
     28
     29
     30bin/classify $*
Note: See TracChangeset for help on using the changeset viewer.