From 185d744f1e93481870a1805bc7fc122d86250911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:54:01 +0100 Subject: [PATCH] fix --- manifest.toml | 3 --- scripts/restore | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a2c0283..f4f115f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,13 +49,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - in_subdir = false amd64.url = "https://download.pydio.com/pub/cells/release/4.3.1/linux-amd64/pydio-cells-4.3.1-linux-amd64.zip" amd64.sha256 = "966337451cf007ff9294f15db830cda128162604bb44ccd91510fae292c790ee" - armhf.url = "https://download.pydio.com/pub/cells/release/4.3.1/linux-arm/pydio-cells-4.3.1-linux-arm.zip" armhf.sha256 = "af200d58f3efd917bf8add2a0e8bfb3bc832780cca470070530afa6bb1caefd0" - arm64.url = "https://download.pydio.com/pub/cells/release/4.3.1/linux-arm64/pydio-cells-4.3.1-linux-arm64.zip" arm64.sha256 = "840d9a85e15892b52dd549152bef240015584b82feace9137e8b5b1660e80c43" diff --git a/scripts/restore b/scripts/restore index f3625de..e705210 100755 --- a/scripts/restore +++ b/scripts/restore @@ -28,6 +28,7 @@ ynh_restore_file --origin_path="$data_dir" --not_mandatory # (Same as for install dir) chown -R "$app:www-data" "$data_dir" +chmod +x "install_dir/cells" #================================================= # RESTORE THE MYSQL DATABASE