From 912fa0697d35f98639fc8b793b686c26060bb07d Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 4 Apr 2022 00:03:41 +0200 Subject: [PATCH] another small improvement 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 704440cf..402dc3bc 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -292,7 +292,7 @@ {% endif %} {% endif %} - {% if is_backup_container_running == false %} + {% if is_backup_container_running == false and isApacheStarting == false %} {% if has_backup_run_once == true %}
Click here to reveal all backup options