From b8bb08cf3b67bc84938f2c3f9f65a332b692ef66 Mon Sep 17 00:00:00 2001 From: kurt-mcrae <83569406+kurt-mcrae@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:23:49 +1000 Subject: [PATCH] Correct wording in containers.twig Signed-off-by: kurt-mcrae <83569406+kurt-mcrae@users.noreply.github.com> --- 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 55005749..07157682 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -71,7 +71,7 @@ The whole process can take a while as your containers will be updated.

{% endif %} Reload ↻

- If the daily bacckup should be stuck somehow, you can make it unstuck by running sudo docker exec nextcloud-aio-mastercontainer rm /mnt/docker-aio-config/data/daily_backup_running and afterwards reloading this interface.

+ If the daily backup is stuck somehow, you can unstick it by running sudo docker exec nextcloud-aio-mastercontainer rm /mnt/docker-aio-config/data/daily_backup_running and afterwards reloading this interface.

{% elseif isWatchtowerRunning == true %} Mastercontainer update currently running. Once the update is complete the mastercontainer will restart, making it unavailable for a moment. Please wait until it's done. (Logs)

Reload ↻