From 7793c1fb8b14296909c06dc01e7558fea537bd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:57:25 +0200 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9ecb79d..ead521c 100644 --- a/scripts/install +++ b/scripts/install @@ -9,7 +9,9 @@ source _common.sh source /usr/share/yunohost/helpers - +#================================================= +# RETRIEVE ARGUMENTS FROM THE MANIFEST +#================================================= password=$YNH_APP_ARG_PASSWORD ynh_app_setting_set --app=$app --key=password --value=$password