mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
missing variables during upgrade
This commit is contained in:
parent
e3c77dd4b5
commit
9f200d1432
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
|||
mc_path=$(ynh_app_setting_get --app=$app --key=mc_path)
|
||||
admin=$(ynh_app_setting_get --app=$app --key=admin)
|
||||
password=$(ynh_app_setting_get --app=$app --key=password)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
console_port=$(ynh_app_setting_get --app=$app --key=console_port)
|
||||
architecture=$YNH_ARCH
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue