mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Update restore
This commit is contained in:
parent
d0a41cc8fd
commit
3cd832141b
1 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,16 @@ ynh_restore_file --origin_path="$final_path"
|
||||||
|
|
||||||
chmod 775 -R $final_path
|
chmod 775 -R $final_path
|
||||||
chown -hR www-data:www-data $final_path
|
chown -hR www-data:www-data $final_path
|
||||||
|
#=================================================
|
||||||
|
# SPECIFIC RESTORATION
|
||||||
|
#=================================================
|
||||||
|
# REINSTALL DEPENDENCIES
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Reinstalling dependencies..."
|
||||||
|
|
||||||
|
# Define and install dependencies
|
||||||
|
ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue