Skip to content

Commit b83da9d

Browse files
author
Kristan Kenney
committed
Remove unnecessary history.log file created due to bug
1 parent 459a5d0 commit b83da9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/upgrade/versions/latest.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ if [ -e "/etc/clamav/clamd.conf" ]; then
5050
sed -i '/DetectBrokenExecutables/d' /etc/clamav/clamd.conf
5151
fi
5252
fi
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

Comments
 (0)