From 3e4115ddcd7538b6073a0cdccc03121f5314a09f Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Thu, 24 Oct 2024 07:22:48 -0400 Subject: [PATCH] Comment change --- battery-monitor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/battery-monitor.sh b/battery-monitor.sh index 31d625b..3d33900 100755 --- a/battery-monitor.sh +++ b/battery-monitor.sh @@ -22,7 +22,8 @@ # Change this variable to the group that should be informed of a need to # charge the battery. On GNU/Linux distributions users are often part of -# their own group e.g. scm. +# a group that is the same as their login name, which work well if you only +# want your user to be informed. group=""