mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Update vst-install-amazon.sh
apparently the /var/run/clamav folder is still required for the sock file
This commit is contained in:
parent
3881e36967
commit
7f833efcde
1 changed files with 2 additions and 2 deletions
|
@ -1128,8 +1128,8 @@ if [ "$clamd" = 'yes' ]; then
|
|||
cp -f $vestacp/clamav/clamd.conf /etc/clamd.conf
|
||||
ln -sf /etc/clamd.conf /etc/clamd.d/scan.conf
|
||||
cp -f $vestacp/clamav/freshclam.conf /etc/
|
||||
mkdir -p /var/log/clamav /var/run/clamd.scan
|
||||
chown clam:clam /var/log/clamav /var/run/clamd.scan
|
||||
mkdir -p /var/log/clamav /var/run/clamav /var/run/clamd.scan
|
||||
chown clam:clam /var/log/clamav /var/run/clamav /var/run/clamd.scan
|
||||
chown -R clam:clam /var/lib/clamav
|
||||
if [ "$release" -ge '7' ]; then
|
||||
cp -f $vestacp/clamav/clamd.service /usr/lib/systemd/system/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue