diff --git a/upd/update-debian8-v16-to-v17.sh b/upd/update-debian8-v16-to-v17.sh index 1ecbfa89..be7d9025 100755 --- a/upd/update-debian8-v16-to-v17.sh +++ b/upd/update-debian8-v16-to-v17.sh @@ -129,6 +129,6 @@ if [ -f "/lib/systemd/system/clamav-daemon.service" ]; then mkdir /var/run/clamav fi chown -R clamav:clamav /var/run/clamav - service clamav-daemon restart /dev/null 2>&1 + service clamav-daemon restart > /dev/null 2>&1 fi fi