diff --git a/manifest.json b/manifest.json index cb40b8c..98afe3f 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index ed1fc44..78e399f 100755 --- a/scripts/install +++ b/scripts/install @@ -29,10 +29,11 @@ path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC phpversion=$YNH_PHP_VERSION admin=$YNH_APP_ARG_ADMIN -email=$(ynh_user_get_info --username=$admin --key=mail) app=$YNH_APP_INSTANCE_NAME +email=$(ynh_user_get_info --username=$admin --key=mail) + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================