mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
fix typo
This commit is contained in:
parent
4724af0dd0
commit
130c633841
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue