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
@ -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