small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40237 additions and 2828 deletions
+2 -1
View File
@@ -833,7 +833,8 @@ func restartApplication() {
return
}
// Exit the current process
// Exit the current process gracefully
log.Println("Exiting current process to complete update")
os.Exit(0)
}