Compare commits

...

1 commit

Author SHA1 Message Date
9eed769018
Recognize --system for __group 2021-03-21 14:16:42 +01:00

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