1
0
Fork 0
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:
Krakinou 2023-07-29 22:02:00 +02:00 committed by GitHub
commit 164a3ad7a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -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"