From 6904852de50d75fc395dfbbdcab9b5102822b753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 5 May 2023 21:33:04 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index 7568e4d..a976713 100644 --- a/scripts/install +++ b/scripts/install @@ -24,6 +24,13 @@ ynh_script_progression --message="Validating installation parameters..." --weigh [ $with_sftp -eq 0 ] || [ "$password" != "" ] || ynh_die --message="You need to set a password to enable SFTP" +#================================================= +# STORE SETTINGS FROM MANIFEST +#================================================= +ynh_script_progression --message="Storing installation settings..." --weight=1 + +ynh_app_setting_set --app=$app --key=password --value=$password + #================================================= # CREATE A MYSQL DATABASE #=================================================