1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Fix upgrade test / language

This commit is contained in:
Krakinou 2023-07-29 21:12:40 +02:00
parent a6aeecc38a
commit 752f1c7810
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") upload=$(sqlite3 $install_dir/app.db "SELECT config_uploading FROM settings WHERE ID=1")
ynh_app_setting_set $app upload $upload 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 # CHECK VERSION
#================================================= #=================================================

View file

@ -10,5 +10,5 @@ test_format = 1.0
# Commits to test upgrade from # 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"