diff options
Diffstat (limited to 'repo/tor/tor.pre-install')
-rw-r--r-- | repo/tor/tor.pre-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/repo/tor/tor.pre-install b/repo/tor/tor.pre-install deleted file mode 100644 index cdeb7b4..0000000 --- a/repo/tor/tor.pre-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -adduser -S -D -H -h /var/lib/tor -s /sbin/nologin -g tor tor 2>/dev/null - -exit 0 |