mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 11:04:08 -04:00
fix
This commit is contained in:
parent
2b5a49a61b
commit
7ff900c204
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ set_file_perms() {
|
||||||
continue
|
continue
|
||||||
fi
|
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
|
echo "ERROR: group_from_config '$group_from_config' does not exist!" >&2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue