clamav: updated clamav user home directory

This commit is contained in:
Matt Housh 2018-10-28 19:38:59 -05:00
parent c5d3689f25
commit 9be355a625

View File

@ -5,6 +5,6 @@ if [ -z "`getent group clamav`" ]; then
fi
if [ -z "`getent passwd clamav`" ]; then
/usr/sbin/useradd -r -g clamav -d /etc/clamav -s /bin/false -c "ClamAV" clamav
/usr/sbin/useradd -r -g clamav -d /var/empty -s /bin/false -c "ClamAV" clamav
/usr/bin/passwd -l clamav
fi