mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00: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