Change rm to keep

This commit is contained in:
Owen
2025-07-22 11:36:31 -07:00
parent f1fcc13e66
commit c8c4666d63
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ func setupClients(client *websocket.Client) {
func closeClients() {
if wgService != nil {
wgService.Close(rm)
wgService.Close(!keepInterface)
wgService = nil
}