From 0bc99523aa4b3bf2e5317f62dc042ffd6a3e7f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 7 Jun 2023 00:22:30 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c4ed882..1d82640 100644 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers #================================================= synapse_user="matrix-$app" -synapse_user_app_pwd="$(ynh_string_random --length=30)" +synapse_user_app_pwd="$(ynh_string_random --length=15)" upstream_version=$(ynh_app_upstream_version) report_stats="false" allow_public_rooms="false"