From bc47f02c4a0e1d6a65dbdd47630a4092057c6f58 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:21:26 -0600 Subject: [PATCH] typo on restic.sh --- roles/lib/setup-restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 55716b4..fce1758 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -112,7 +112,7 @@ # If the exit status is 0 (success), send a success message ./discord.sh "$(hostname) backup complete" elif [ $status -eq 3 ]; then - details=$(grep -A4 "Added to the repository:"" backup.out) + details=$(grep -A4 "Added to the repository:" backup.out) >backup.out ./discord.sh "$(hostname) backup complete $details" else