Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Maksim 2020-07-16 13:30:17 +00:00 committed by Maksim Pechnikov
parent 14054cd004
commit 499df7b73a
1 changed files with 1 additions and 1 deletions

View File

@ -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}