Compare commits
1 commit
master
...
bugfix/__g
Author | SHA1 | Date | |
---|---|---|---|
9eed769018 |
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if [ "$state" = "present" ]; then
|
||||||
supported_change_properties="gid"
|
supported_change_properties="gid"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
supported_change_properties="gid password"
|
supported_change_properties="gid password system"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if grep -q "^${name}:" "$__object/explorer/group"; then
|
if grep -q "^${name}:" "$__object/explorer/group"; then
|
||||||
|
|
Loading…
Reference in a new issue