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 2022-09-27 22:43:55 +02:00
parent 42d8eba3e6
commit 237446fbcd

View file

@ -149,6 +149,7 @@ ynh_script_progression --message="Modifying a config file..." --weight=3
smtp_user_pwd=$(ynh_string_random --length=24)
url=https://$domain$path_url
db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
ynh_add_config --template="../conf/config.json" --destination="$final_path/config/config.json"