[scripts] remaster_generic_inner_chroot_script_after.sh: add another clamav fix for wolfden
This commit is contained in:
parent
b4894bbbf3
commit
a9f32e059d
@ -193,6 +193,7 @@ if [ -n "${SHIP_NVIDIA_LEGACY}" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# !!! THERE IS A BUG IN THE CLAMAV EBUILD !!!
|
||||||
# fix clamav shit if available, mainly for Gforensic
|
# fix clamav shit if available, mainly for Gforensic
|
||||||
if [ ! -d "/var/log/clamav" ]; then
|
if [ ! -d "/var/log/clamav" ]; then
|
||||||
mkdir -p /var/log/clamav
|
mkdir -p /var/log/clamav
|
||||||
@ -200,6 +201,7 @@ if [ ! -d "/var/log/clamav" ]; then
|
|||||||
fi
|
fi
|
||||||
touch /var/log/clamav/freshclam.log
|
touch /var/log/clamav/freshclam.log
|
||||||
chown clamav:clamav /var/log/clamav -R
|
chown clamav:clamav /var/log/clamav -R
|
||||||
|
chown clamav:clamav /var/lib/clamav -R
|
||||||
|
|
||||||
# Setup SAMBA config file
|
# Setup SAMBA config file
|
||||||
if [ -f /etc/samba/smb.conf.default ]; then
|
if [ -f /etc/samba/smb.conf.default ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user