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-install5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/opennebula/opennebula.pre-install b/testing/opennebula/opennebula.pre-install
index 41fb6d7686..a6d2834b64 100644
--- a/testing/opennebula/opennebula.pre-install
+++ b/testing/opennebula/opennebula.pre-install
@@ -1,6 +1,7 @@
#!/bin/sh
addgroup -S oneadmin 2>/dev/null
-adduser -S -s /bin/sh -D -H -h /usr/share/one -G oneadmin \
- -g "OpenNebula user" oneadmin
+adduser -S -D -s /bin/bash \
+ -H -h /var/lib/one -G oneadmin \
+ -g "OpenNebula user" oneadmin 2>/dev/null
exit 0