mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Fix upgrade
This commit is contained in:
parent
7441f0ff77
commit
92da64325c
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ if [ -z "$db_pwd" ]; then
|
|||
db_pwd=$(ynh_app_setting_get $app psqlpwd) # Password created in ynh_psql_setup_db function
|
||||
|
||||
need_migration_from_sqlite_to_psql=1
|
||||
else
|
||||
need_migration_from_sqlite_to_psql=0
|
||||
fi
|
||||
|
||||
if [ -z "$max_file_size" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue