From 2fc0cb5deb527393a5c61a862889048eb8e22e37 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 22 Jun 2020 19:12:51 +0200 Subject: [PATCH] chown: cannot access '/home/yunohost.app/couchpotato': No such file or directory --- scripts/restore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 4b7faac..e8826d3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -77,7 +77,6 @@ ynh_script_progression --message="Restoring user rights..." # Restore permissions on app files chown -R $app:$app $final_path -chown -R $app:$app $app_data_dir #================================================= # SPECIFIC RESTORATION @@ -112,6 +111,8 @@ ynh_script_progression --message="Restoring the data directory..." ynh_restore_file --origin_path="$app_data_dir" +chown -R $app:$app $app_data_dir + #================================================= # INSTALL YUNOHOST MULTIMEDIA #=================================================