mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
restructure command/api to use stable IDs (#2261)
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
const (
|
||||
hsicHashLength = 6
|
||||
dockerContextPath = "../."
|
||||
caCertRoot = "/usr/local/share/ca-certificates"
|
||||
caCertRoot = "/usr/local/share/ca-certificates"
|
||||
aclPolicyPath = "/etc/headscale/acl.hujson"
|
||||
tlsCertPath = "/etc/headscale/tls.cert"
|
||||
tlsKeyPath = "/etc/headscale/tls.key"
|
||||
@@ -617,6 +617,7 @@ func (t *HeadscaleInContainer) Execute(
|
||||
[]string{},
|
||||
)
|
||||
if err != nil {
|
||||
log.Printf("command: %v", command)
|
||||
log.Printf("command stderr: %s\n", stderr)
|
||||
|
||||
if stdout != "" {
|
||||
|
Reference in New Issue
Block a user