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