Ignore:
Timestamp:
2019-09-26T19:00:23+12:00 (5 years ago)
Author:
ak19
Message:

Some comments and an improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/maori-lang-detection/bin/script/get_Maori_WET_records_from_CCSep2018_on.sh

    r33513 r33522  
    2020    echo "Processing common-crawl $crawl_id failed with exit value: $result"
    2121    echo "Will cease to process remaining cc crawls. Exitting..."
    22     exit 1
     22    exit $result
    2323    fi
    2424done
     25
     26# Important note from
     27# https://www.tldp.org/LDP/abs/html/exit-status.html
     28# "When a script ends with an exit that has no parameter, the exit
     29# status of the script is the exit status of the last command executed
     30# in the script (previous to the exit)."
     31
Note: See TracChangeset for help on using the changeset viewer.