mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
a95efa071c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue