Don't start the browser on restarts (fixes #636)
This commit is contained in:
@@ -95,6 +95,10 @@ func monitorMain() {
|
|||||||
|
|
||||||
l.Infoln("Syncthing exited:", err)
|
l.Infoln("Syncthing exited:", err)
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
|
|
||||||
|
// Let the next child process know that this is not the first time
|
||||||
|
// it's starting up.
|
||||||
|
os.Setenv("STRESTART", "yes")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user