From b6688d4b82b1be223be101994e2d19694790e481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:00:46 +0200 Subject: [PATCH] fix --- manifest.toml | 1 - scripts/restore | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f040b65..a6bce82 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,6 @@ maintainers = ["eric_G"] [upstream] license = "BSD-2-Clause" code = "https://github.com/silverwind/droppy" -website = "https://github.com/silverwind/droppy" [integration] yunohost = ">= 11.2" diff --git a/scripts/restore b/scripts/restore index faa20d0..362eeb2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -25,9 +25,9 @@ chown -R $app:$app "$install_dir" #================================================= ynh_script_progression --message="Restoring the data directory..." --weight=1 -ynh_restore_file --origin_path="$data_path" --not_mandatory +ynh_restore_file --origin_path="$data_dir" --not_mandatory -chown -R $app:$app "$data_path" +chown -R $app:$app "$data_dir" #================================================= # SPECIFIC RESTORATION