diff --git a/manifest.toml b/manifest.toml index 507deaa..1220eae 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"] diff --git a/scripts/change_url b/scripts/change_url index 6efb660..0922084 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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''