We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f3d88 commit 90f1343Copy full SHA for 90f1343
install/upgrade/versions/1.4.0.sh
@@ -178,6 +178,10 @@ if [ -d "$HESTIA/web/images/webapps/" ]; then
178
rm -rf $HESTIA/web/src/app/WebApp/Installers/Joomla
179
fi
180
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
185
186
##### COMMANDS FOR V1.5.X
187
0 commit comments