diff --git a/scripts/_common.sh b/scripts/_common.sh index 0a82771..f93e565 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -35,6 +35,7 @@ mysql-to-pg() { else ynh_print_info --message="No migration needed" + db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) fi }