diff options
Diffstat (limited to 'package/tor/files/tor.postinst')
-rw-r--r-- | package/tor/files/tor.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tor/files/tor.postinst b/package/tor/files/tor.postinst index b3bb981a1..7a374861b 100644 --- a/package/tor/files/tor.postinst +++ b/package/tor/files/tor.postinst @@ -3,4 +3,4 @@ add_rcconf tor tor NO gid=$(get_next_gid) add_group tor $gid -add_user tor $(get_next_uid) $gid /tmp/.tor +add_user tor $(get_next_uid) $gid /etc/tor |