This commit is contained in:
Patrick Schleizer 2020-01-14 09:23:02 -05:00
parent b8652681e7
commit 18c726c3ee
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -102,7 +102,7 @@ console_users_check() {
fi
console_users="$(getent group console | cut -d: -f4)"
## example ssh_users:
## example console_users:
## user
console_unrestricted_users="$(getent group console-unrestricted | cut -d: -f4)"