Commit e400c2c3adc9bbafe97224ce9ec806133b5ead52

Authored by Athos
1 parent 4ff8a6f1

fix colab useradd options

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/colab.spec
... ... @@ -115,7 +115,7 @@ rm -rf %{buildvenv}
115 115 %pre
116 116  
117 117 getent group colab > /dev/null || groupadd --system colab
118   -getent passwd colab > /dev/null || useradd --system --user-group colab --home-dir /usr/lib/colab --no-create-home colab
  118 +getent passwd colab > /dev/null || useradd --system --gid colab --home-dir /usr/lib/colab --no-create-home colab
119 119  
120 120  
121 121 %post
... ...