diff options
author | Maksim <parallel588@gmail.com> | 2020-07-16 13:30:17 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-07-16 13:30:17 +0000 |
commit | c72676d22f9c2e9ed83ba793fe9a85efd7e9a544 (patch) | |
tree | 54dd8b3b8ee9fa18fa7366b0224fa5578b6032ee /lib | |
parent | 6c59fe259d3d8eccc4102baaac64baf2aff301cb (diff) | |
download | pleroma-c72676d22f9c2e9ed83ba793fe9a85efd7e9a544.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'lib')
-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} |