From 85f629b64655d95ad2334cf9b0f0f35ec4849015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:06:25 +0200 Subject: [PATCH] cleaning --- manifest.toml | 3 +++ scripts/upgrade | 1 + 2 files changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 1ed6347..a6091a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,8 +19,11 @@ code = "https://github.com/mikespub-org/rvolz-BicBucStriim" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/upgrade b/scripts/upgrade index 563519e..d22eb05 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -21,6 +21,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=7 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" + chmod -R o-rwx "$install_dir" chown -R "$app:www-data" "$install_dir" # chmod -R ga+w "$install_dir/data"