From 00896009cded7742284185c79be31e27905a1dc4 Mon Sep 17 00:00:00 2001 From: turtleinarock Date: Mon, 2 Mar 2026 13:50:12 -0600 Subject: [PATCH] Update readme.md Erroneous backtick (`) at the end of the Unraid script command. Signed-off-by: turtleinarock --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e7944e19..b4a45821 100644 --- a/readme.md +++ b/readme.md @@ -634,7 +634,7 @@ Additionally, you might need to create a custom user script to start all sibling sleep 120 # Execute the actual command -docker exec --env START_CONTAINERS=1 nextcloud-aio-mastercontainer /daily-backup.sh` +docker exec --env START_CONTAINERS=1 nextcloud-aio-mastercontainer /daily-backup.sh ``` Apart from that, the installation of AIO should work like on "normal" Linux. So refer to the Linux instructions for installation.