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