Changeset 5538 for BOL


Ignore:
Timestamp:
Feb 13, 2025, 6:34:29 PM (2 days ago)
Author:
fhourdin
Message:

Checking failures in wget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r5533 r5538  
    5555        echo wget --no-check-certificate -nv "http://lmdz.lmd.jussieu.fr/pub/$url"
    5656        wget --no-check-certificate -nv "http://lmdz.lmd.jussieu.fr/pub/$url"
     57        if [ $? != 0 ] ; then echo  wget of  n\ "http://lmdz.lmd.jussieu.fr/pub/$url" terminated anormaly ; exit 1 ; fi
    5758        if [ $save_pub = 1 ] ; then # saving wget files on $save_pub_dir
    5859            dir=$save_pub_dir/`dirname $1` ; mkdir -p $dir
Note: See TracChangeset for help on using the changeset viewer.