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:
parent
7c108ed323
commit
f9120ebdc6
2 changed files with 5 additions and 15 deletions
|
@ -254,10 +254,10 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Desactivate default frontend
|
#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
|
#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
|
# MAKE SETUP
|
||||||
|
|
|
@ -197,21 +197,11 @@ else
|
||||||
ynh_replace_string "__REG__" "false" "$final_path/$app/config/prod.secret.exs"
|
ynh_replace_string "__REG__" "false" "$final_path/$app/config/prod.secret.exs"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Desactivate default frontend
|
#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
|
#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"
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# 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"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MAKE UPGRADE
|
# MAKE UPGRADE
|
||||||
|
|
Loading…
Add table
Reference in a new issue