From e64d35b708ac54be0739e561fc0fe4fefb43d5e7 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 7 Dec 2021 18:18:36 +0100 Subject: [PATCH] also show failed backup if the initial backup has failed Signed-off-by: szaimen --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index a9207f13..31a73c02 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -168,7 +168,7 @@ {% if borg_backup_host_location != "" %}

Backup and restore

- {% if has_backup_run_once == true and isBackupContainerRunning == false %} + {% if isBackupContainerRunning == false %} {% if backup_exit_code > 0 %} Last {{ borg_backup_mode }} failed! (Logs)

{% elseif backup_exit_code == 0 %}