From 6f145ca3c7587619297521ef370376459c0728d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:15:39 +0100 Subject: [PATCH] cleaning --- manifest.toml | 1 + scripts/install | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6d85208..fdeee40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,6 +59,7 @@ ram.runtime = "50M" [resources.sources.main] in_subdir = false + extract = false amd64.url = "https://garagehq.deuxfleurs.fr/_releases/v0.9.0/x86_64-unknown-linux-musl/garage" amd64.sha256 = "3ae4ecb2a75610ab7bfe77bfac7a5c7a8834a0544158ac8ee37723e6d8fd1859" arm64.url = "https://garagehq.deuxfleurs.fr/_releases/v0.9.0/aarch64-unknown-linux-musl/garage" diff --git a/scripts/install b/scripts/install index 78dd45a..da24ba1 100755 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,8 @@ ynh_app_setting_set --app=$app --key=bootstrap_peers --value=$bootstrap_peers ynh_script_progression --message="Setting up source files..." ynh_setup_source --dest_dir="$install_dir" -# chmod +x $install_dir/garage # this file doesnt seem to exist ... remove this line ? + +chmod +x $install_dir/garage #================================================= # NGINX CONFIGURATION