Update restore

This commit is contained in:
ericgaspar 2023-11-25 08:49:16 +01:00
parent db7617b0f8
commit 5b14a93fdb

View file

@ -26,13 +26,6 @@ ynh_script_progression --message="Restoring the data directory..." --weight=1
ynh_restore_file --origin_path="$data_dir" --not_mandatory ynh_restore_file --origin_path="$data_dir" --not_mandatory
# (Same as for install dir)
chown -R $app:www-data "$data_dir"
ynh_script_progression --message="Installing Peertube remote runner npm module..." --weight=1
chown -R $app:www-data "$install_dir"
#================================================= #=================================================
# (RE)INSTALL NPM MODULE # (RE)INSTALL NPM MODULE
#================================================= #=================================================