diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-29 06:01:33 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 06:01:33 +0000 |
commit | b6cfc8f98b06f0fcf66881db063854b5cc1c4b27 (patch) | |
tree | 159b682e4501af0fe7b6ce25a2a3af2d1c65b122 /docs/installation/migrating_from_source_otp_en.md | |
parent | b20b2d862abb6d8267827123e7cd4943a29a8d55 (diff) | |
parent | ab6de9b478bf9c2b46603c2761fd99b6506f8b08 (diff) | |
download | pleroma-b6cfc8f98b06f0fcf66881db063854b5cc1c4b27.tar.gz pleroma-b6cfc8f98b06f0fcf66881db063854b5cc1c4b27.zip |
Merge branch 'patch-3' into 'develop'
Move all upload contents despite upload folder itself.
See merge request pleroma/pleroma!1352
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md index df3e2f4a0..d07a0f622 100644 --- a/docs/installation/migrating_from_source_otp_en.md +++ b/docs/installation/migrating_from_source_otp_en.md @@ -49,7 +49,7 @@ mkdir -p /var/lib/pleroma/static chown -R pleroma /var/lib/pleroma # If you use the local uploader with default settings your uploads should be located in `~pleroma/uploads` -mv ~pleroma/uploads /var/lib/pleroma/uploads +mv ~pleroma/uploads/* /var/lib/pleroma/uploads # If you have created the custom public files directory with default settings it should be located in `~pleroma/instance/static` mv ~pleroma/instance/static /var/lib/pleroma/static |