1
0
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:
Kristoffer Dalby 2024-12-05 13:04:58 +01:00
parent c4b02daf2a
commit 0be4c859e9
No known key found for this signature in database

View File

@ -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 != "" {