From d205e29167fd252a7288eeaa77a7011fd2c5bff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 29 Mar 2024 13:16:11 +0100 Subject: [PATCH] Fix post_install message --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 082d023..367d15b 100755 --- a/scripts/install +++ b/scripts/install @@ -14,6 +14,8 @@ source /usr/share/yunohost/helpers if [ "$encrypt" -eq 1 ] && [ -z "$encryption_pwd" ]; then ynh_die --message="encryption_pwd can't be empty if you choose to enable encryption." fi +# Not saved as settings by default +ynh_app_setting_set --app="$app" --key="encryption_pwd" --value="$encryption_pwd" _set_frequencies