mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update install
This commit is contained in:
parent
4d2ab6a3f2
commit
eeaf6d068e
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ slacksecret=$YNH_APP_ARG_SLACKSECRET
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
||||||
minio_id=$(ynh_app_setting_get --app="minio" --key=id)
|
minio_id=$(ynh_app_setting_get --app="minio" --key=minio_id)
|
||||||
minio_key=$(ynh_app_setting_get --app="minio" --key=key)
|
minio_key=$(ynh_app_setting_get --app="minio" --key=minio_key)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
|
|
Loading…
Reference in a new issue