From 5b14a93fdb35083f8ba0f1f0555aa9a70d1c7020 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 25 Nov 2023 08:49:16 +0100 Subject: [PATCH] Update restore --- scripts/restore | 7 ------- 1 file changed, 7 deletions(-) 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 #=================================================