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

corrections

This commit is contained in:
Laurent GAY 2023-12-15 15:46:30 +01:00
parent fe21defa68
commit f8cb4ec2ae
2 changed files with 1 additions and 4 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.14.16~ynh1"
version = "23.12.15.15~ynh1"
maintainers = ["Laurent Gay"]

View file

@ -27,13 +27,10 @@ function refresh_collect()
pushd $install_dir
venv/bin/python3 manage_inst-${app}.py collectstatic --noinput -l
rm -rf inst-${app}/static/static
rm -rf inst-${app}/static/plugins
rm -rf inst-${app}/static/tmp
rm -rf inst-${app}/static/archives
rm -rf inst-${app}/static/usr
rm -rf inst-${app}/static/__pycache__
rm -rf inst-${app}/static/settings.py
rm -rf inst-${app}/static/django_error.log
rm -rf inst-${app}/static/__init__.py
chown -R ${app}:www-data .
chmod 750 .