feat: update restore process with countdown modal and improved symlink handling

This commit is contained in:
Jacky 2025-03-30 01:52:03 +00:00
parent 000e28942a
commit 4c2487580e
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
6 changed files with 168 additions and 59 deletions

View file

@ -120,7 +120,7 @@ func RestoreBackup(c *gin.Context) {
if restoreNginxUI {
go func() {
time.Sleep(3 * time.Second)
time.Sleep(2 * time.Second)
// gracefully restart
overseer.Restart()
}()