summaryrefslogtreecommitdiffstats
path: root/testing/buildbot/buildbot.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-10-09 07:52:41 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2013-10-09 07:52:41 +0000
commit9e3994069bf0dc3458dbd941ffe185535882e81a (patch)
treef6161ab8fbabcb507eb3224f26c08330c9f0b84a /testing/buildbot/buildbot.pre-install
parent27a7e72d0e7123670bc22e71d92d540bb2e16978 (diff)
downloadaports-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-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/buildbot.pre-install b/testing/buildbot/buildbot.pre-install
index 4d8bb4e6c..7e52d9ccf 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