Skip to content

Commit 03f8ed4

Browse files
committed
fix comment for dbus_cache_group_check
1 parent 8d5d34c commit 03f8ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/usr/share/42/scripts/hook-greeter-setup.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ while IFS= read -r SESSION; do
3232
USER=$(echo "$SESSION" | /usr/bin/awk '{print $3}')
3333

3434
{% if dbus_cache_group_check_enabled == true %}
35-
# Check if the user is in the piscine group
35+
# Check if the user is in the {{ dbus_cache_group_check_group }} group
3636
USER_GROUPS=$(/usr/bin/id -Gn "$USER")
3737
if /usr/bin/grep -q '{{ dbus_cache_group_check_group }}' <<<"$USER_GROUPS"; then
3838
# If not, skip the user

0 commit comments

Comments
 (0)