diff options
Diffstat (limited to 'testing/cluster-glue/cluster-glue.pre-install')
-rw-r--r-- | testing/cluster-glue/cluster-glue.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cluster-glue/cluster-glue.pre-install b/testing/cluster-glue/cluster-glue.pre-install index 056fbde8ff..2dff6b28b8 100644 --- a/testing/cluster-glue/cluster-glue.pre-install +++ b/testing/cluster-glue/cluster-glue.pre-install @@ -1,7 +1,7 @@ #!/bin/sh addgroup -S haclient 2>/dev/null -adduser -S hacluster \ +adduser -S -g hacluster hacluster \ -h /var/lib/heartbeat/cores/hacluster \ -G haclient \ -s /sbin/nologin \ |