aboutsummaryrefslogtreecommitdiffstats
path: root/community/tor/tor.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/tor/tor.pre-install')
-rw-r--r--community/tor/tor.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tor/tor.pre-install b/community/tor/tor.pre-install
index 9827f01bc1..cdeb7b4c5e 100644
--- a/community/tor/tor.pre-install
+++ b/community/tor/tor.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -S -D -h /var/run/tor -s /sbin/nologin -g tor tor 2>/dev/null
+adduser -S -D -H -h /var/lib/tor -s /sbin/nologin -g tor tor 2>/dev/null
exit 0