diff options
Diffstat (limited to 'tools/boca-submit-run-aux')
| -rwxr-xr-x | tools/boca-submit-run-aux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/boca-submit-run-aux b/tools/boca-submit-run-aux index 330c3df..1469af3 100755 --- a/tools/boca-submit-run-aux +++ b/tools/boca-submit-run-aux @@ -37,6 +37,7 @@ if [ "$?" == "0" ]; then if [ "$code" != "" ]; then echo -n "&pasthash=$code" >> $temp if [ "$dateerr" != "" ]; then + echo -n "&pastabs=${dateerr}" let "dateerr = `date +%s` - $dateerr" echo -n "&pastval=${dateerr}" fi |