summaryrefslogtreecommitdiff
path: root/docs/installation/migrating_from_source_otp_en.md
diff options
context:
space:
mode:
authorYuji Nakao <contact@yujinakao.com>2019-06-29 04:24:44 +0000
committerYuji Nakao <contact@yujinakao.com>2019-06-29 04:24:44 +0000
commitab6de9b478bf9c2b46603c2761fd99b6506f8b08 (patch)
tree8269397b11e6294bb0d9c782e4e63709b6b10757 /docs/installation/migrating_from_source_otp_en.md
parentd1549a6375a1c5a4a4915241df266665b7d99360 (diff)
downloadpleroma-ab6de9b478bf9c2b46603c2761fd99b6506f8b08.tar.gz
pleroma-ab6de9b478bf9c2b46603c2761fd99b6506f8b08.zip
Move all upload contents despite upload folder itself.
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-rw-r--r--docs/installation/migrating_from_source_otp_en.md2
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 0b41d0c0e..5264790f3 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