mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
feat: update restore process with countdown modal and improved symlink handling
This commit is contained in:
parent
000e28942a
commit
4c2487580e
6 changed files with 168 additions and 59 deletions
|
@ -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()
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue