1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diacamma_ynh.git synced 2024-09-03 18:26:10 +02:00

correct change_url

This commit is contained in:
Laurent GAY 2023-12-18 10:49:36 +01:00
parent bbce565968
commit c8f22dbedf
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ name = "Diacamma"
description.en = "Management application for volunteers (association, condominium)"
description.fr = "Application de gestion pour les bénévoles (association, copropriété)"
version = "23.12.17.19~ynh1"
version = "23.12.18.10~ynh1"
maintainers = ["Laurent Gay"]

View file

@ -37,6 +37,8 @@ if [ "$path" == "/" ]
then
sed -i "/USE_X_FORWARDED_HOST/d" /tmp/extra.json
sed -i "/FORCE_SCRIPT_NAME/d" /tmp/extra.json
sed -i "/USE_X_FORWARDED_HOST/d" $install_dir/inst-${app}/settings.py
sed -i "/FORCE_SCRIPT_NAME/d" $install_dir/inst-${app}/settings.py
fi
extra_json=$(jq -c . /tmp/extra.json)
venv/bin/lucterios_admin.py modif -n inst-${app} -e ''$extra_json''