Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 1358399

Browse files
committed
#695: Adds simplified sessing expiry warnimg message.
1 parent 6b2eb19 commit 1358399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/usr/sbin/reaper

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function main ()
115115

116116
if (( warning_timeout > 0 ))
117117
then
118-
wall "Session expired - exiting in ${warning_timeout} seconds." || :
118+
wall "Session expires in ${warning_timeout} seconds." || :
119119

120120
if coproc read -t "${warning_timeout}"
121121
then

0 commit comments

Comments
 (0)