diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-26 15:20:22 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-26 15:20:22 +0300 |
commit | 877f91c0c489a7c33a6078dab4d00ceffc4af659 (patch) | |
tree | 1a3aa51055379fd94086672efbfff646b4ba298e /docs/installation/migrating_from_source_otp_en.md | |
parent | e404335af8fc214b84f9fe633830ba549bd322f7 (diff) | |
download | pleroma-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.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 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 " |