mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Merge pull request #128 from YunoHost-Apps/convertv2
Fix upgrade test / language
This commit is contained in:
commit
164a3ad7a8
2 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,9 @@ ynh_app_setting_set $app calibre_dir $calibre_dir
|
|||
upload=$(sqlite3 $install_dir/app.db "SELECT config_uploading FROM settings WHERE ID=1")
|
||||
ynh_app_setting_set $app upload $upload
|
||||
|
||||
language=$(sqlite3 $install_dir/app.db "SELECT config_default_locale FROM settings WHERE ID=1")
|
||||
ynh_app_setting_set $app language $language
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
|
|
@ -10,5 +10,5 @@ test_format = 1.0
|
|||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
||||
test_upgrade_from.30f2c9d.name = "Upgrade from 0.6.20~ynh1"
|
||||
test_upgrade_from.b8f9f95.name = "0.6.19~ynh8"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue