diff options
Diffstat (limited to 'download')
-rwxr-xr-x | download | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -156,6 +156,10 @@ done rm $TARFILE_LOCATION/tmp/*-* cd $start_dir +if [ -e post_download ] ; + ./post_download +fi + if [ ! -z "$failed" ]; then echo echo ERROR: failed on: |