diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:52:41 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:52:41 +0000 |
commit | 9e3994069bf0dc3458dbd941ffe185535882e81a (patch) | |
tree | f6161ab8fbabcb507eb3224f26c08330c9f0b84a /testing/buildbot/buildbot.pre-install | |
parent | 27a7e72d0e7123670bc22e71d92d540bb2e16978 (diff) | |
download | aports-9e3994069bf0dc3458dbd941ffe185535882e81a.tar.bz2 aports-9e3994069bf0dc3458dbd941ffe185535882e81a.tar.xz |
testing/buildbot: change homedir
Diffstat (limited to 'testing/buildbot/buildbot.pre-install')
-rw-r--r-- | testing/buildbot/buildbot.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/buildbot.pre-install b/testing/buildbot/buildbot.pre-install index 4d8bb4e6c9..7e52d9ccf0 100644 --- a/testing/buildbot/buildbot.pre-install +++ b/testing/buildbot/buildbot.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 |