summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xruncthon6
1 files changed, 4 insertions, 2 deletions
diff --git a/runcthon b/runcthon
index d997977..15c4345 100755
--- a/runcthon
+++ b/runcthon
@@ -180,6 +180,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
+ echo -n "Done: "
+ date
fi
if [ "$onlykrb5" -eq 1 ]; then
@@ -206,8 +208,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
+ echo -n "Done: "
+ date
done
fi
done
-echo -n "Done: "
-date