diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-14 10:53:43 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-14 10:53:43 +0000 |
commit | 907e523201dc10c2a8cf25b3405185bb7a9e93d8 (patch) | |
tree | 94b52d6878b08917920ba3de3403c28cbd8afd66 /testing/opennebula/opennebula.pre-install | |
parent | 31a9c92f9374f56ef31d7875d47661f3ce502251 (diff) | |
download | aports-907e523201dc10c2a8cf25b3405185bb7a9e93d8.tar.bz2 aports-907e523201dc10c2a8cf25b3405185bb7a9e93d8.tar.xz |
testing/opennebula: multiple fixes
Diffstat (limited to 'testing/opennebula/opennebula.pre-install')
-rw-r--r-- | testing/opennebula/opennebula.pre-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/opennebula/opennebula.pre-install b/testing/opennebula/opennebula.pre-install index cca1f1f333..e59e414429 100644 --- a/testing/opennebula/opennebula.pre-install +++ b/testing/opennebula/opennebula.pre-install @@ -4,4 +4,5 @@ addgroup -S oneadmin 2>/dev/null adduser -S -D -s /bin/ash \ -H -h /var/lib/one -G oneadmin \ -g "OpenNebula user" oneadmin 2>/dev/null +passwd -u oneadmin &>/dev/null exit 0 |