From 07f162edfa370ec2c9820d1d9f1564460f11026b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:32:57 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index c342680..6fff83f 100644 --- a/scripts/install +++ b/scripts/install @@ -9,6 +9,13 @@ 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 + #================================================= # CREATE A POSTGRESQL DATABASE #=================================================