From 84667b2fafd68cb1d059e4e64fa93d555606ab8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 24 Aug 2020 23:19:23 +0200 Subject: [PATCH] change debug output --- myshell_load_defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myshell_load_defaults b/myshell_load_defaults index 60e6761..e30916f 100644 --- a/myshell_load_defaults +++ b/myshell_load_defaults @@ -14,7 +14,7 @@ case $(tty) in echo "Run in TTY -> set autologout \$TMOUT=$TMOUT" >&2 ;; *) - echo "Run in other terminal - set no autologout" >&2 + echo "Run in graphical terminal - set no autologout" >&2 unset TMOUT ;; esac