Changeset 1618


Ignore:
Timestamp:
01/12/24 16:23:53 (4 months ago)
Author:
jgipsl
Message:

Close coloring of the text in terminal after print to avoid all in green after usage (for option -f). Correction done by the bocal platforme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_clean_or_continue

    r1583 r1618  
    150150  if [ X${run_Configuration_CumulPeriod} = X ] ; then 
    151151    if [ $force_rm == yes ] ; then 
    152         echo -e "\033[1;32mCumulPeriod is empty so run.card will be deleted to start properly. " 
     152        echo -e "\033[1;32mCumulPeriod is empty so run.card will be deleted to start properly. \033[m" 
    153153        reponse=yes 
    154154    else 
     
    254254 
    255255    if [ $force_rm == yes ] ; then 
    256         echo -e "\033[1;32mPeriodState=OnQueue is set in run.card)" 
     256        echo -e "\033[1;32mPeriodState=OnQueue is set in run.card) \033[m" 
    257257        reponse=y 
    258258    else 
     
    277277  if [ X${run_Configuration_CumulPeriod} = X1 ] ; then 
    278278    if [ $force_rm == yes ] ; then 
    279         echo -e "\033[1;32mCumulPeriod=1 and therfor run.card is deleted to start properly." 
     279        echo -e "\033[1;32mCumulPeriod=1 and therfor run.card is deleted to start properly. \033[m" 
    280280        reponse=y 
    281281    else 
     
    301301 
    302302    if [ $force_rm == yes ] ; then 
    303         echo -e "\033[1;32mThe number in the jobname in Script_Output is changed." 
     303        echo -e "\033[1;32mThe number in the jobname in Script_Output is changed.\033[m" 
    304304        reponse=y 
    305305    else 
Note: See TracChangeset for help on using the changeset viewer.