-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
bugSomething isn't workingSomething isn't working
Description
First: thanks for this awesome tool helping to easily deploy restic!
I just tried to use .Stdout
in the body-template
of a send-*
action as described in the docs (using resticprofile
in version 0.23.0). But it seems to always be empty, regardless of error state and output of before running commands.
Am I doing something wrong? Do you need to set some undocumented setting for it to work?
Despite not being familiar with Go I tried to find the place where this variable is set, but could not find it. I found the definition of the struct at
resticprofile/monitor/hook/context.go
Line 10 in 61f6015
Stdout string |
Stdout
in the diff of this PR and one is the docs, the other the above mentioned definition.anacierdem
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working