mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
parent
7b1c8caa37
commit
8cf64f735f
1 changed files with 7 additions and 3 deletions
|
@ -26,9 +26,6 @@ ynh_script_progression --message="Restoring $app main directory..."
|
|||
ynh_restore_file --origin_path="$install_dir"
|
||||
ynh_restore_file --origin_path="$data_dir"
|
||||
|
||||
ynh_script_progression --message="Set file permissions..."
|
||||
myynh_fix_file_permissions
|
||||
|
||||
#=================================================
|
||||
# PYTHON VIRTUALENV
|
||||
# Maybe the backup contains a other Python version
|
||||
|
@ -37,6 +34,13 @@ ynh_script_progression --message="Create and setup Python virtualenv..." --weigh
|
|||
|
||||
myynh_setup_python_venv
|
||||
|
||||
#=================================================
|
||||
# Fix file permissions
|
||||
#=================================================
|
||||
ynh_script_progression --message="Set file permissions..."
|
||||
|
||||
myynh_fix_file_permissions
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PostgreSQL DATABASE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue