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 459a5d0 commit b83da9dCopy full SHA for b83da9d
install/upgrade/versions/latest.sh
@@ -50,3 +50,8 @@ if [ -e "/etc/clamav/clamd.conf" ]; then
50
sed -i '/DetectBrokenExecutables/d' /etc/clamav/clamd.conf
51
fi
52
53
+
54
+# Remove errornous history.log file created by certain builds due to bug in v-restart-system
55
+if [ -e $HESTIA/data/users/history.log ]; then
56
+ rm -f $HESTIA/data/users/history.log
57
+fi
0 commit comments