diff --git a/recon_surf/recon-surf.sh b/recon_surf/recon-surf.sh index d3eba901..19feb9dc 100755 --- a/recon_surf/recon-surf.sh +++ b/recon_surf/recon-surf.sh @@ -1077,8 +1077,7 @@ fi # Collect info EndTime=$(date) tSecEnd=$(date '+%s') -tRunHours=$(($((tSecEnd - tSecStart))/3600)) -tRunHours=$(printf %6.3f "$tRunHours") +tRunHours=$(printf %6.3f "$(bc <<< "($tSecEnd - $tSecStart) / 3600")") { echo ""