Compare commits

...

1 Commits

Author SHA1 Message Date
inrin 9eed769018
Recognize --system for __group 2021-03-21 14:16:42 +01:00
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