diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:54:27 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:54:27 +0000 |
commit | 6169e8833bdbc37c46c823c189d90050928d81be (patch) | |
tree | 38859bb665bcc0e9f192a61af8f0b46f1af42de4 /testing/buildbot-slave/buildbot-slave.pre-install | |
parent | 9e3994069bf0dc3458dbd941ffe185535882e81a (diff) | |
download | aports-6169e8833bdbc37c46c823c189d90050928d81be.tar.bz2 aports-6169e8833bdbc37c46c823c189d90050928d81be.tar.xz |
testing/buildbot-slave: change homedir
Diffstat (limited to 'testing/buildbot-slave/buildbot-slave.pre-install')
-rw-r--r-- | testing/buildbot-slave/buildbot-slave.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot-slave/buildbot-slave.pre-install b/testing/buildbot-slave/buildbot-slave.pre-install index 4d8bb4e6c9..7e52d9ccf0 100644 --- a/testing/buildbot-slave/buildbot-slave.pre-install +++ b/testing/buildbot-slave/buildbot-slave.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -adduser -h /var/lib/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null +adduser -H -h /home/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null exit 0 |