Move all upload contents despite upload folder itself.

This commit is contained in:
Yuji Nakao 2019-06-29 04:24:44 +00:00 committed by rinpatch
parent d9f8230d2c
commit 69585a3218
1 changed files with 1 additions and 1 deletions

View File

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