This commit is contained in:
Patrick Schleizer 2019-12-08 02:42:30 -05:00
parent b4265195f4
commit 54f5e02c21
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

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