summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-16 16:35:09 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-16 16:35:09 +0300
commit5fcb3e873822c602a5f50cbeb159427e02ea1818 (patch)
tree8b753bf59a98a32a25c30030c556ecddc5338fe1 /docs
parent16da9f5cfd63237549da7156e5297d356628a70f (diff)
downloadpleroma-5fcb3e873822c602a5f50cbeb159427e02ea1818.tar.gz
pleroma-5fcb3e873822c602a5f50cbeb159427e02ea1818.zip
fix docs
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index e115c2297..338dfa7d0 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -134,7 +134,7 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate"
# su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/"
# Start the instance to verify that everything is working as expected
-su pleroma -s $SHELL -lc "export $( cat /opt/pleroma/config/pleroma.env | xargs); ./bin/pleroma daemon"
+su pleroma -s $SHELL -lc "export $(cat /opt/pleroma/config/pleroma.env); ./bin/pleroma daemon"
# Wait for about 20 seconds and query the instance endpoint, if it shows your uri, name and email correctly, you are configured correctly
sleep 20 && curl http://localhost:4000/api/v1/instance