[ClamAV] Fix chmod command, thanks to @fbcd4f50ea5350f051450323b5abfd0b

This commit is contained in:
andryyy
2019-07-03 10:46:30 +02:00
parent 27d1bd8aeb
commit 184eb7a739
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ while true; do
--include 'sigwhitelist.ign2' \
--exclude='*' /var/lib/clamav/
CE=$?
chown 755 /var/lib/clamav/
chmod 755 /var/lib/clamav/
if [ ${CE} -eq 0 ]; then
echo RELOAD | nc localhost 3310
break