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:
parent
939c82909e
commit
e068813085
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue