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

Update _common.sh

This commit is contained in:
ericgaspar 2022-09-27 20:58:53 +02:00
parent d38e528d5f
commit 0cabf78579

View file

@ -40,9 +40,6 @@ mysql-to-pg() {
ynh_add_config --template="../conf/config.json" --destination="$final_path/config/config.json"
chmod 400 "$final_path/config/config.json"
chown $app:$app "$final_path/config/config.json"
# Removinging MySQL database
ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name