Merge branch 'master' into testing
Some checks failed
pytest / test (3.9) (push) Has been cancelled
pytest / test (3.10) (push) Has been cancelled
pytest / test (3.7) (push) Has been cancelled
pytest / test (3.8) (push) Has been cancelled

This commit is contained in:
Salamandar 2024-05-28 23:45:57 +02:00
commit a95efa071c

View file

@ -1,4 +1,4 @@
#!/bin/bash
j#!/bin/bash
#=================================================
# IMPORT GENERIC HELPERS
@ -33,7 +33,7 @@ ynh_script_progression --message="Updating Python virtualenv and rebuilding $app
# Always recreate everything fresh with current python version
ynh_secure_remove "$install_dir/venv"
_venv_install
chown -R "$app:www-data" "$install_dir"
_build_app
#=================================================