Update readme.md

Erroneous backtick (`) at the end of the Unraid script command.

Signed-off-by: turtleinarock <s.senn14@gmail.com>
This commit is contained in:
turtleinarock
2026-03-02 13:50:12 -06:00
committed by GitHub
parent c1faa785b3
commit 00896009cd

View File

@@ -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.