mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Fix missing architecture during upgrade
This commit is contained in:
parent
17530cae10
commit
faa02b862b
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ secret_key=$(ynh_app_setting_get --app=$app --key=secret_key)
|
|||
name=$(ynh_app_setting_get --app=$app --key=name)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
|
||||
architecture=$(ynh_detect_arch)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue