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:
Éric Gaspar 2022-06-28 23:18:11 +02:00
parent 9f3e0bf88a
commit c65f4059ef
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================