From: rinpatch Date: Wed, 26 Jun 2019 12:20:22 +0000 (+0300) Subject: Do not assume ~pleroma == /opt/pleroma X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=877f91c0c489a7c33a6078dab4d00ceffc4af659;p=akkoma Do not assume ~pleroma == /opt/pleroma --- 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 "