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