network/tor: Fixed chown syntax

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2024-07-14 18:12:46 -05:00 committed by Willy Sudiarto Raharjo
parent 822546b392
commit 671643a9ed
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fi
tor_start() {
mkdir -p /var/run/tor
chown tor.tor /var/run/tor
chown tor:tor /var/run/tor
if [ -n "$MAX_FILEDESCRIPTORS" ]; then
echo -n "Raising maximum number of filedescriptors (ulimit -n) to $MAX_FILEDESCRIPTORS"
if ulimit -n "$MAX_FILEDESCRIPTORS" ; then