summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/proxsmtpd.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/proxsmtpd.sh b/scripts/proxsmtpd.sh
index d439336..fcc3493 100644
--- a/scripts/proxsmtpd.sh
+++ b/scripts/proxsmtpd.sh
@@ -19,7 +19,6 @@ piddir=/var/run/
case $1 in
start)
mkdir -p $piddir
- chown $user $piddir
$prefix/sbin/proxsmtpd -p $piddir/proxsmtpd.pid
echo -n "proxsmtpd "
;;