1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Retrieve data base password was missing in upgrade

This commit is contained in:
anmol26s 2018-07-14 12:18:00 +05:30 committed by GitHub
parent f49a2cfb1b
commit 55366a54f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ admin=$(ynh_app_setting_get $app admin)
is_public=$(ynh_app_setting_get $app is_public)
final_path=$(ynh_app_setting_get $app final_path)
db_name=$(ynh_app_setting_get $app db_name)
db_pwd=$(ynh_app_setting_get $app mysqlpwd)
random_key=$(ynh_app_setting_get $app random_key)
#=================================================