diff options
author | Yuji Nakao <contact@yujinakao.com> | 2019-06-29 04:24:44 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 12:13:45 +0300 |
commit | 69585a321899a963341869044235e5f6c9af34c1 (patch) | |
tree | 519a9d6e693418cbcbde3062903a477b263dd921 /docs | |
parent | d9f8230d2cdaed9923e81c7af7641a339cc300b3 (diff) | |
download | pleroma-69585a321899a963341869044235e5f6c9af34c1.tar.gz |
Move all upload contents despite upload folder itself.
Diffstat (limited to 'docs')
-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 |