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:
parent
fe21defa68
commit
f8cb4ec2ae
2 changed files with 1 additions and 4 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue