diff --git a/hooks/post_user_create b/hooks/post_user_create index bd9cbd2..5a6ed86 100644 --- a/hooks/post_user_create +++ b/hooks/post_user_create @@ -1,6 +1,6 @@ #!/bin/bash app="$(basename $0 | cut -d- -f 2-)" # Extract the app name from the script name, which is supposed to be something like "50-app_id" -src_path=$(yunohost app setting $app final_path) +src_path=$(yunohost app setting $app install_dir) # member=__MEMBER__ # Sync users diff --git a/manifest.toml b/manifest.toml index fa68c32..6c5bc33 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dolibarr" description.en = "Manage the various aspects of your business or association" description.fr = "Gérez les différents aspects de votre activité pro ou associative" -version = "18.0.1~ynh1" +version = "18.0.3~ynh1" maintainers = ["mastereur"] @@ -21,8 +21,11 @@ code = "https://github.com/Dolibarr/dolibarr" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = true + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 8880793..e73e59d 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Target version of the Dolibarr update -next_version="18.0.1" +next_version="18.0.3" # Dolibarr tarball checksum -dolibarr_source_sha256="37bd3c8533b821c241dbb34b0e88349c1d5b43f7ffa6027f0b7970748d1f727a" +dolibarr_source_sha256="8639d466b26f0fba7d2b610a96ffcf36a657b1e00bdc2e5a1ac5287521dcb4ed"