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

restore db fix 5th try

This commit is contained in:
Anmol 2017-07-21 15:36:27 +05:30
parent 939c82909e
commit e068813085

View file

@ -30,7 +30,7 @@ domain=$(ynh_app_setting_get $app domain)
path_url=$(ynh_app_setting_get $app path)
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_user)
db_name=$(ynh_app_setting_get $app db_name)
#=================================================