mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Registraion fix in upgrade
This commit is contained in:
parent
40105216aa
commit
ec0a723db1
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ db_name=$(ynh_app_setting_get "$app" psql_db)
|
|||
db_pwd=$(ynh_app_setting_get "$app" psqlpwd)
|
||||
cache=$(ynh_app_setting_get "$app" cache)
|
||||
size=$(ynh_app_setting_get "$app" size)
|
||||
registration=$(ynh_app_setting_get "$app" registration)
|
||||
|
||||
#=================================================
|
||||
# ENSURE DOWNWARD COMPATIBILITY
|
||||
|
|
Loading…
Add table
Reference in a new issue