Shutdown from GUI (ref #192)
This commit is contained in:
@@ -431,6 +431,10 @@ func restart() {
|
||||
stop <- true
|
||||
}
|
||||
|
||||
func shutdown() {
|
||||
stop <- true
|
||||
}
|
||||
|
||||
var saveConfigCh = make(chan struct{})
|
||||
|
||||
func saveConfigLoop(cfgFile string) {
|
||||
|
||||
Reference in New Issue
Block a user