1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Update install

This commit is contained in:
yalh76 2019-03-25 22:01:55 +01:00
parent e47724eaa6
commit 6f64696374

View file

@ -215,9 +215,6 @@ 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
#=================================================