From c7b343f1f1ae9950d38e1ac5383bed0b15f1bec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:27:38 +0100 Subject: [PATCH] Update install --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index c0fee55..3f5a5cd 100755 --- a/scripts/install +++ b/scripts/install @@ -10,6 +10,13 @@ source _common.sh source ynh_install_go source /usr/share/yunohost/helpers +#================================================= +# RETRIEVE ARGUMENTS FROM THE MANIFEST +#================================================= + +group_name=$YNH_APP_ARG_GROUP_NAME +group_description=$YNH_APP_ARG_GROUP_DESCRIPTION + #================================================= # STORE SETTINGS FROM MANIFEST #=================================================