From 97c1cd31285b9466343e611c033e918a55b5ec69 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 Jan 2021 18:59:09 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 214c2cc..d6ba326 100644 --- a/scripts/install +++ b/scripts/install @@ -100,7 +100,7 @@ ynh_system_user_create --username=$app #================================================= # mattermost_user="$app" -# mattermost_user_password=$(ynh_string_random --length=24) +mattermost_user_password=$(ynh_string_random --length=24) # useradd -M --shell /bin/false -p $(openssl passwd -1 "$mattermost_user_password") "$mattermost_user" # ynh_app_setting_set "$app" smtppwd "$mattermost_user_password"