mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-09 07:19:44 +07:00
fix
This commit is contained in:
@ -281,7 +281,7 @@ set_file_perms() {
|
||||
continue
|
||||
fi
|
||||
|
||||
if ! getent group_from_config | grep -q "^${group_from_config}:"; then
|
||||
if ! getent group | grep -q "^${group_from_config}:"; then
|
||||
echo "ERROR: group_from_config '$group_from_config' does not exist!" >&2
|
||||
continue
|
||||
fi
|
||||
|
Reference in New Issue
Block a user