From f799572f1a16a9cae7e65831c95278614a84ef39 Mon Sep 17 00:00:00 2001 From: dpeca Date: Thu, 17 Nov 2016 17:55:38 +0100 Subject: [PATCH] Missing character --- upd/update-debian8-v16-to-v17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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