projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14054cd
)
Apply 1 suggestion(s) to 1 file(s)
author
Maksim
<parallel588@gmail.com>
Thu, 16 Jul 2020 13:30:17 +0000
(13:30 +0000)
committer
Maksim Pechnikov
<parallel588@gmail.com>
Thu, 15 Oct 2020 19:29:18 +0000
(22:29 +0300)
lib/mix/tasks/pleroma/release_env.ex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/pleroma/release_env.ex
b/lib/mix/tasks/pleroma/release_env.ex
index 63030c5ccaba4e39a825932aa0620cb2594a4788..4d8b6ff279318dbcb199be3a7e1a00148635ab69 100644
(file)
--- 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 mad
e the file read-only and non-modifiable.
+ WARNING: before start pleroma app please
make sure to mak
e the file read-only and non-modifiable.
Example:
chmod 0444 #{file_path}
chattr +i #{file_path}