summaryrefslogtreecommitdiff
path: root/docs/installation/migrating_from_source_otp_en.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-26 15:20:22 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-26 15:20:22 +0300
commit877f91c0c489a7c33a6078dab4d00ceffc4af659 (patch)
tree1a3aa51055379fd94086672efbfff646b4ba298e /docs/installation/migrating_from_source_otp_en.md
parente404335af8fc214b84f9fe633830ba549bd322f7 (diff)
downloadpleroma-877f91c0c489a7c33a6078dab4d00ceffc4af659.tar.gz
pleroma-877f91c0c489a7c33a6078dab4d00ceffc4af659.zip
Do not assume ~pleroma == /opt/pleroma
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 0f790b4df..add71d6af 100644
--- a/docs/installation/migrating_from_source_otp_en.md
+++ b/docs/installation/migrating_from_source_otp_en.md
@@ -94,7 +94,7 @@ unzip /tmp/pleroma.zip -d /tmp/
# Move the release to the home directory and delete temporary files
su pleroma -s $SHELL -lc "
-mv /tmp/release/* /opt/pleroma
+mv /tmp/release/* ~pleroma/
rmdir /tmp/release
rm /tmp/pleroma.zip
"