mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
use current directory as default logging socket path
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
path = "/tmp/ctop.sock"
|
||||
path = "./ctop.sock"
|
||||
)
|
||||
|
||||
var server struct {
|
||||
|
||||
Reference in New Issue
Block a user