From 1c0ba91a4738acd01d95092a890fc223bbdd9c95 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 25 Oct 2024 11:10:15 +0900 Subject: [PATCH] Update docs/configuring-playbook-s3-goofys.md: fix the referred step number Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-s3-goofys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-s3-goofys.md b/docs/configuring-playbook-s3-goofys.md index 5924933d8..494f96752 100644 --- a/docs/configuring-playbook-s3-goofys.md +++ b/docs/configuring-playbook-s3-goofys.md @@ -67,7 +67,7 @@ After making the backup, follow one of the guides below for a migration path fro 7. Start the S3 service by running this **on the server**: `systemctl start matrix-goofys` -8. Sync the files again by re-running the `rsync` command you see in step #6 +8. Sync the files again by re-running the `rsync` command you see in step #5 9. Stop the S3 service by running this **on the server**: `systemctl stop matrix-goofys`