mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update restore
This commit is contained in:
parent
97d398bff3
commit
12efd1268e
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ chown -R $app:www-data "$datadir"
|
|||
ynh_script_progression --message="Reinstalling dependencies..." --weight=1
|
||||
|
||||
# Define and install dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
ynh_exec_warn_less
|
||||
ynh_install_app_dependencies
|
||||
$pkg_dependencies
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE POSTGRESQL DATABASE
|
||||
|
|
Loading…
Reference in a new issue