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:
parent
9f3e0bf88a
commit
c65f4059ef
1 changed files with 14 additions and 15 deletions
|
@ -15,7 +15,7 @@ mysql-to-pg() {
|
|||
|
||||
if mysqlshow | grep -q "^| $db_name "; then
|
||||
|
||||
ynh_script_progression --message="Creating a PostgreSQL database..." --weight=10
|
||||
ynh_script_progression --message="Migrating to PostgreSQL database..." --weight=10
|
||||
|
||||
mysql_db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
|
||||
|
||||
|
@ -38,7 +38,6 @@ mysql-to-pg() {
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
#=================================================
|
||||
# EXPERIMENTAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue