aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clapf/clapf.pre-install
blob: eec8afe4f2cd878a649f8f8f7811d880f2fc182f (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -H -s /bin/false -D -g clamav clamav 2>/dev/null

exit 0