diff options
Diffstat (limited to 'package/tor/files')
-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 7a374861b..42f8c920d 100644 --- a/package/tor/files/tor.postinst +++ b/package/tor/files/tor.postinst @@ -1,6 +1,6 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf tor tor NO +add_rcconf tor NO gid=$(get_next_gid) add_group tor $gid add_user tor $(get_next_uid) $gid /etc/tor |