aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opennebula/opennebula.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opennebula/opennebula.pre-install')
-rw-r--r--testing/opennebula/opennebula.pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/opennebula/opennebula.pre-install b/testing/opennebula/opennebula.pre-install
index 15527ebc01..d54936abe7 100644
--- a/testing/opennebula/opennebula.pre-install
+++ b/testing/opennebula/opennebula.pre-install
@@ -1,8 +1,8 @@
#!/bin/sh
addgroup -S oneadmin 2>/dev/null
-adduser -S -D -s /bin/ash \
- -H -h /var/lib/one -G oneadmin \
+adduser -S -D -H \
+ -s /bin/ash -h /var/lib/one -G oneadmin \
-g "OpenNebula user" oneadmin 2>/dev/null
passwd -u oneadmin 2>/dev/null