Skip to content

Commit 90f1343

Browse files
author
Alexandros Ioannides
authored
Update 1.4.0.sh
1 parent e9f3d88 commit 90f1343

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/upgrade/versions/1.4.0.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ if [ -d "$HESTIA/web/images/webapps/" ]; then
178178
rm -rf $HESTIA/web/src/app/WebApp/Installers/Joomla
179179
fi
180180

181+
# Update ClamAV configuration file
182+
if [ -f "/etc/clamav/clamd.conf" ]; then
183+
cp -f $HESTIA_INSTALL_DIR/clamav/clamd.conf /etc/clamav/
184+
fi
181185

182186
##### COMMANDS FOR V1.5.X
183187

0 commit comments

Comments
 (0)