diff options
author | Mark Felder <feld@feld.me> | 2021-01-25 17:00:26 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-01-25 17:00:26 -0600 |
commit | 0b19534475284b902746be1ee02ed6f1be20a4fa (patch) | |
tree | 803256a1a3ac734c06176de6adfb1d1419754371 /docs/installation/debian_based_en.md | |
parent | c29cf65ec7f681ffde70b44e745cf8bf660fc6c0 (diff) | |
parent | f1c82fbd426651e6838a9c60578c96a25ae94df4 (diff) | |
download | pleroma-0b19534475284b902746be1ee02ed6f1be20a4fa.tar.gz pleroma-0b19534475284b902746be1ee02ed6f1be20a4fa.zip |
Merge branch 'develop' into docs/apache-config
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 926a85367..c5687a01e 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -98,7 +98,7 @@ sudo -Hu pleroma mix deps.get * Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances): ```shell -mv config/{generated_config.exs,prod.secret.exs} +sudo -Hu pleroma mv config/{generated_config.exs,prod.secret.exs} ``` |