Changeset 149


Ignore:
Timestamp:
Jan 1, 2018, 6:33:52 PM (6 years ago)
Author:
g7moreau
Message:
  • Let sleep command do the tempo sum
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/tssh

    r148 r149  
    194194   # add tempo after remote command
    195195   other_tempo=${tempo}
    196    first_tempo=$((${tempo} + ${other_tempo}))
     196   first_tempo="${tempo} ${other_tempo}"
    197197fi
    198198
Note: See TracChangeset for help on using the changeset viewer.