We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5d34c commit 03f8ed4Copy full SHA for 03f8ed4
templates/usr/share/42/scripts/hook-greeter-setup.sh.j2
@@ -32,7 +32,7 @@ while IFS= read -r SESSION; do
32
USER=$(echo "$SESSION" | /usr/bin/awk '{print $3}')
33
34
{% if dbus_cache_group_check_enabled == true %}
35
- # Check if the user is in the piscine group
+ # Check if the user is in the {{ dbus_cache_group_check_group }} group
36
USER_GROUPS=$(/usr/bin/id -Gn "$USER")
37
if /usr/bin/grep -q '{{ dbus_cache_group_check_group }}' <<<"$USER_GROUPS"; then
38
# If not, skip the user
0 commit comments