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:
parent
80b44b314a
commit
1ba9e6175c
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ ynh_replace_string --match_string="__USER__" --replace_string="$app" --target_fi
|
|||
ynh_replace_string --match_string="__USER_PW__" --replace_string="$(ynh_string_random --length=24)" --target_file="$final_path/config/config.json"
|
||||
|
||||
ynh_replace_string --match_string="__LOG__" --replace_string="$logs_path" --target_file="$final_path/config/config.json"
|
||||
ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/config/config.json"
|
||||
|
||||
ynh_store_file_checksum --file="$final_path/config/config.json"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue