1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update install

This commit is contained in:
ericgaspar 2021-01-10 18:59:09 +01:00
parent ed9f8801f6
commit 97c1cd3128
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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"