summaryrefslogtreecommitdiffstats
path: root/bin/timekeeper
diff options
context:
space:
mode:
Diffstat (limited to 'bin/timekeeper')
-rwxr-xr-xbin/timekeeper2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/timekeeper b/bin/timekeeper
index 73aa32a..4b30434 100755
--- a/bin/timekeeper
+++ b/bin/timekeeper
@@ -103,6 +103,8 @@ if [ -z "$debugflag" ]; then
if test X$pid \!= X && ps -p $pid > /dev/null; then
echo "terminating process $x ($pid)"
kill -HUP $pid
+ echo "Remote shell command ended. But some processes might still be"
+ echo "running in the remote machine. Login there to verify."
fi
fi
done