Skip to content

Commit 7aea6d3

Browse files
committed
Check if clam directory move is needed.
1 parent 55b908c commit 7aea6d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

install/upgrade/0.9.8-28.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,9 @@ elif [ -f /etc/roundcube/main.inc.php ]
6666
fi
6767

6868
# Copy default "Success" page for unassigned hosts
69-
cp -rf $hestiacp/templates/web/unassigned/* /var/www/
69+
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

Comments
 (0)