This commit is contained in:
Patrick Schleizer 2019-12-21 05:37:43 -05:00
parent 2b5a49a61b
commit 7ff900c204
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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