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

Remove fixes

This commit is contained in:
yalh76 2019-02-12 09:16:36 +01:00
parent 7c108ed323
commit f9120ebdc6
2 changed files with 5 additions and 15 deletions

View file

@ -254,10 +254,10 @@ else
fi
#Desactivate default frontend
cp -f ../conf/config.exs "$final_path/$app/config/config.exs"
#cp -f ../conf/config.exs "$final_path/$app/config/config.exs"
#Desactivate Pleroma.Web.Endpoint
cp -f ../conf/prod.exs "$final_path/$app/config/prod.exs"
#cp -f ../conf/prod.exs "$final_path/$app/config/prod.exs"
#=================================================
# MAKE SETUP

View file

@ -198,20 +198,10 @@ else
fi
#Desactivate default frontend
cp -f ../conf/config.exs "$final_path/$app/config/config.exs"
#cp -f ../conf/config.exs "$final_path/$app/config/config.exs"
#Desactivate Pleroma.Web.Endpoint
cp -f ../conf/prod.exs "$final_path/$app/config/prod.exs"
#=================================================
# CONFIGURE
#=================================================
#Desactivate default frontend
cp -f ../conf/config.exs "$final_path/$app/config/config.exs"
#Desactivate Pleroma.Web.Endpoint
cp -f ../conf/prod.exs "$final_path/$app/config/prod.exs"
#cp -f ../conf/prod.exs "$final_path/$app/config/prod.exs"
#=================================================
# MAKE UPGRADE