1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
navanchauhan 2022-07-26 17:46:16 -04:00
parent 4724af0dd0
commit 130c633841

View file

@ -123,7 +123,7 @@ chown -R $app:www-data "$final_path"
if ynh_compare_current_package_version --comparison eq --version 1.0.0-96~ynh1 if ynh_compare_current_package_version --comparison eq --version 1.0.0-96~ynh1
then then
ynh_script_progression --message="Upgrading MySQL configuration..." --weight=1 ynh_script_progression --message="Upgrading MySQL configuration..." --weight=1
ynh_mysql_connect_as --user=$db_name --password=$db_pwd --database=$db_name < ./from_beta_16.sql.sql ynh_mysql_connect_as --user=$db_name --password=$db_pwd --database=$db_name < ./from_beta_16.sql
fi fi
#================================================= #=================================================