mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Fix
This commit is contained in:
parent
7367e0675d
commit
bfd0f9110d
2 changed files with 2 additions and 12 deletions
|
@ -84,9 +84,9 @@ ynh_script_progression --message="Configuring system user..." --weight=3
|
|||
ynh_system_user_create --username=$app --home_dir="$final_path"
|
||||
|
||||
#=================================================
|
||||
# CREATE A POSTGRESQL DATABASE
|
||||
# CREATE A DATABASE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Creating a PostgreSQL database..." --weight=10
|
||||
ynh_script_progression --message="Creating a database..." --weight=10
|
||||
|
||||
db_name=$(ynh_sanitize_dbid --db_name=$app)
|
||||
db_user=$db_name
|
||||
|
|
|
@ -177,16 +177,6 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
|||
# Migrating from MySQL to PostgreSQL
|
||||
mysql-to-pg
|
||||
|
||||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
#=================================================
|
||||
# ynh_script_progression --message="Updating a configuration file..." --weight=3
|
||||
|
||||
# smtp_user_pwd=$(ynh_string_random --length=24)
|
||||
# url=https://$domain$path_url
|
||||
|
||||
# ynh_add_config --template="../conf/config.json" --destination="$final_path/config/config.json"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue