mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update upgrade
This commit is contained in:
parent
bff66a39ba
commit
e383678d4e
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
|
mc_path=$(ynh_app_setting_get --app=$app --key=mc_path)
|
||||||
minio_key=$(ynh_app_setting_get --app=$app --key=minio_key)
|
minio_key=$(ynh_app_setting_get --app=$app --key=minio_key)
|
||||||
architecture=$YNH_ARCH
|
architecture=$YNH_ARCH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue