We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b908c commit 7aea6d3Copy full SHA for 7aea6d3
1 file changed
install/upgrade/0.9.8-28.sh
@@ -66,4 +66,9 @@ elif [ -f /etc/roundcube/main.inc.php ]
66
fi
67
68
# Copy default "Success" page for unassigned hosts
69
-cp -rf $hestiacp/templates/web/unassigned/* /var/www/
+cp -rf $hestiacp/templates/web/unassigned/* /var/www/
70
+
71
+# Move clamav to proper location - https://goo.gl/zNuM11
72
+if [ -d /usr/local/web/edit/server/clamav-daemon ]; then
73
+ mv /usr/local/web/edit/server/clamd mv /usr/local/web/edit/server/clamav-daemon
74
+fi
0 commit comments