projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e404335
)
Do not assume ~pleroma == /opt/pleroma
author
rinpatch
<rinpatch@sdf.org>
Wed, 26 Jun 2019 12:20:22 +0000
(15:20 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Wed, 26 Jun 2019 12:20:22 +0000
(15:20 +0300)
docs/installation/migrating_from_source_otp_en.md
patch
|
blob
|
history
diff --git
a/docs/installation/migrating_from_source_otp_en.md
b/docs/installation/migrating_from_source_otp_en.md
index 0f790b4df57162acf2ee050df7bd7881809c46ec..add71d6af6813cf3e52d36193396688313e0d9c4 100644
(file)
--- 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
"