permission to db dir
This commit is contained in:
parent
92bc8b4705
commit
d847349948
1 changed files with 2 additions and 0 deletions
2
arch.sh
2
arch.sh
|
@ -376,6 +376,8 @@ function main {
|
||||||
# Daemon
|
# Daemon
|
||||||
sudo systemctl enable clamav-daemon.service
|
sudo systemctl enable clamav-daemon.service
|
||||||
sudo systemctl start clamav-daemon.service
|
sudo systemctl start clamav-daemon.service
|
||||||
|
# Permission to database directory
|
||||||
|
sudo chown -R "$USER" /var/lib/clamav
|
||||||
|
|
||||||
|
|
||||||
# === GPU Screen recorder ==
|
# === GPU Screen recorder ==
|
||||||
|
|
Loading…
Reference in a new issue