diff --git a/scripts/restore b/scripts/restore index eaba07e..7fb82a6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -26,13 +26,6 @@ ynh_script_progression --message="Restoring the data directory..." --weight=1 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 #=================================================