mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
Fix bookworm
This commit is contained in:
parent
68eb65b6a1
commit
04016bb41b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
j#!/bin/bash
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# IMPORT GENERIC HELPERS
|
# 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
|
# Always recreate everything fresh with current python version
|
||||||
ynh_secure_remove "$install_dir/venv"
|
ynh_secure_remove "$install_dir/venv"
|
||||||
_venv_install
|
_venv_install
|
||||||
|
chown -R "$app:www-data" "$install_dir"
|
||||||
_build_app
|
_build_app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue