1
0
Fork 0
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:
Kayou 2019-03-27 00:20:55 +01:00
parent 7441f0ff77
commit 92da64325c
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

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