From bd84b03391292e67b44989744a3ff28691fcddeb Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 25 Aug 2016 16:48:13 +0200 Subject: community/tor: improve abuild and runscript --- community/tor/tor.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/tor/tor.pre-install') 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 -- cgit v1.2.1