From 67a732d3f8d4188d0f051db144961397b61f23ba Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Wed, 1 Jan 2025 21:56:55 -0500 Subject: [PATCH] fix typo --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index 3e22687..615c801 100644 --- a/backup.nix +++ b/backup.nix @@ -112,7 +112,7 @@ in { invocationId="$(systemctl show --value -p InvocationID misskey-backup.service)" logs="$(journalctl _SYSTEMD_INVOCATION_ID="$invocationId" -u misskey-backup.service)" - if [ "$SERVICE_RESULT" = "success"]; then + if [ "$SERVICE_RESULT" = "success" ]; then ${notifyEmailPkg}/bin/notify-email "backup" "SUCCESS: Misskey Backup Notification" "$(cat <