Changeset 5365 for BOL/script_install/install_lmdz.sh
- Timestamp:
- Dec 3, 2024, 8:57:46 AM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r5361 r5365 380 380 getlog="$(pwd)/get.log" 381 381 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 383 386 echo "install_lmdz.sh wget_OK $(date)" 384 387
Note: See TracChangeset
for help on using the changeset viewer.