1
0
Fork 0
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:
yalh76 2022-03-27 12:48:39 +02:00
parent d0a41cc8fd
commit 3cd832141b

View file

@ -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
#================================================= #=================================================