diff --git a/html/upgrade.html b/html/upgrade.html
index 8e66721..9125c9a 100644
--- a/html/upgrade.html
+++ b/html/upgrade.html
@@ -129,6 +129,7 @@
if (data.status === 'success' || lastReceivedProgress >= 98) {
clearTimeout(wsReconnectTimer);
setTimeout(() => {
+ window.location.reload(true);
window.location.href = '/';
}, 30000);
}
@@ -164,6 +165,7 @@
status.className = 'status success';
status.style.display = 'block';
setTimeout(() => {
+ window.location.reload(true);
window.location.href = '/';
}, 30000);
}