mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
suggestion
This commit is contained in:
parent
03843a5386
commit
4cd34d0197
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ defmodule Mix.Tasks.Pleroma.Config do
|
|||
else
|
||||
_ ->
|
||||
shell_error("Impossible to save settings to this directory #{Path.dirname(config_path)}")
|
||||
tmp_config_path = Path.join("/tmp", filename)
|
||||
tmp_config_path = Path.join(System.tmp_dir!(), filename)
|
||||
file = File.open!(tmp_config_path)
|
||||
|
||||
shell_info(
|
||||
|
|
Loading…
Reference in a new issue