mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Fix upgrade
This commit is contained in:
parent
27839d42c9
commit
c49eb3fa92
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
|||
db_user=$db_name
|
||||
db_pwd=$(ynh_app_setting_get --app=$app --key=db_pwd)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
secret_key=$(ynh_app_setting_get --app=$app --key=secret_key)
|
||||
|
||||
architecture=$(ynh_detect_arch)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue