Ignore:
Timestamp:
Jan 15, 2025, 1:50:20 PM (9 days ago)
Author:
jbclement
Message:

PEM:
Improvement of the Bash script tools in the deftank with an automatic error detection which ends the script with a message.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh

    r3556 r3579  
    88#     It will ask for parameters to know the starting point that you want to.
    99########################################################################
     10set -e
     11trap 'echo -e "\033[31mError: an issue occurred in the script on line $LINENO! Please review the command and try again.\033[0m"' ERR
    1012
    1113
Note: See TracChangeset for help on using the changeset viewer.