mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update install
This commit is contained in:
parent
16c86aaebd
commit
d646999178
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ path_url="/"
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
minio_key=$(ynh_string_random)
|
minio_key=$(ynh_string_random)
|
||||||
architecture=$YNH_ARCH
|
architecture=$YNH_ARCH
|
||||||
minio-access-key=$(ynh_string_random --length=10)
|
minio_access_key=$(ynh_string_random --length=10)
|
||||||
minio-secret-key=$(ynh_string_random --length=32)
|
minio_secret_key=$(ynh_string_random --length=32)
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue