mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-19 11:15:48 +02:00
hsic: print failing command
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
c4b02daf2a
commit
0be4c859e9
@ -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 != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user