Ignore:
Timestamp:
Dec 3, 2024, 8:57:46 AM (9 days ago)
Author:
abarral
Message:

Merge r5342 from script_install_amaury branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r5361 r5365  
    380380        getlog="$(pwd)/get.log"
    381381        echo "logfile : $getlog"
    382         myget "src_archives/$trusting/modipsl.$version.tar.gz" &>> get.log
     382        set +e; myget "src_archives/$trusting/modipsl.$version.tar.gz" &>> "$getlog"; set -e
     383        if [[ ! -f "modipsl.$version.tar.gz" ]]; then
     384          echo "STOP: failed to download modipsl. $getlog: <$(tail "$getlog")>"; exit 1
     385        fi
    383386        echo "install_lmdz.sh wget_OK $(date)"
    384387
Note: See TracChangeset for help on using the changeset viewer.