mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Comment
This commit is contained in:
parent
25616d753f
commit
29ca26f4f9
1 changed files with 2 additions and 0 deletions
|
@ -277,6 +277,8 @@ pushd $final_path/$app
|
|||
#Generate key pair
|
||||
sudo -u "$app" MIX_ENV=prod mix web_push.gen.keypair >> "config/prod.secret.exs"
|
||||
ynh_replace_string "administrator@example.com" "$admin_email" "$final_path/$app/config/prod.secret.exs"
|
||||
|
||||
#Create uploads dir
|
||||
mkdir uploads
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue