diff options
author | Maksim <parallel588@gmail.com> | 2020-07-16 13:30:17 +0000 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:29:18 +0300 |
commit | 499df7b73aa723aab9c623754b531307b98cf584 (patch) | |
tree | 924c30f88db7cd5b16e0e46d8854a1f1db39b6d9 | |
parent | 14054cd004d91e89644c31d61b08d50ff0df09dd (diff) | |
download | pleroma-499df7b73aa723aab9c623754b531307b98cf584.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | lib/mix/tasks/pleroma/release_env.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/release_env.ex b/lib/mix/tasks/pleroma/release_env.ex index 63030c5cc..4d8b6ff27 100644 --- a/lib/mix/tasks/pleroma/release_env.ex +++ b/lib/mix/tasks/pleroma/release_env.ex @@ -56,7 +56,7 @@ defmodule Mix.Tasks.Pleroma.ReleaseEnv do shell_info("\nThe file generated: #{env_path}.\n") shell_info(""" - WARNING: before start pleroma app please to made the file read-only and non-modifiable. + WARNING: before start pleroma app please make sure to make the file read-only and non-modifiable. Example: chmod 0444 #{file_path} chattr +i #{file_path} |