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"