Recognize --system for __group

This commit is contained in:
inrin 2021-03-19 00:36:00 +01:00
parent 10ca1c12fd
commit 9eed769018
No known key found for this signature in database
GPG Key ID: 4430096B60DFC1BE
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if [ "$state" = "present" ]; then
supported_change_properties="gid"
;;
*)
supported_change_properties="gid password"
supported_change_properties="gid password system"
;;
esac
if grep -q "^${name}:" "$__object/explorer/group"; then