From d4bd7dd586e1efb2dda5c13b4e35b88f9c8d0b45 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 2 Sep 2024 21:07:18 +0100 Subject: [PATCH] doc: shellAfterCompleted should use `output`, not `stdout` [skip ci] --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 2217134..dbb7b29 100644 --- a/config.yaml +++ b/config.yaml @@ -54,7 +54,7 @@ actions: # runs for too long. - title: Run backup script shell: /opt/backupScript.sh - shellAfterCompleted: "apprise -t 'Notification: Backup script completed' -b 'The backup script completed with code {{ exitCode}}. The log is: \n {{ stdout }} '" + shellAfterCompleted: "apprise -t 'Notification: Backup script completed' -b 'The backup script completed with code {{ exitCode}}. The log is: \n {{ output }} '" maxConcurrent: 1 timeout: 10 icon: backup