mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Redirect to official Minio_ynh repo
This commit is contained in:
parent
97753fb133
commit
a77cb2d79f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ if ! yunohost app list | grep -q "id: minio"; then
|
||||||
if yunohost app list | grep -q "$YNH_APP_ARG_MINIO_DOMAIN"; then
|
if yunohost app list | grep -q "$YNH_APP_ARG_MINIO_DOMAIN"; then
|
||||||
ynh_die "The domain provided for MinIO is already used by another app. Please chose another one !"
|
ynh_die "The domain provided for MinIO is already used by another app. Please chose another one !"
|
||||||
fi
|
fi
|
||||||
yunohost app install https://github.com/limezy/minio_ynh --force --args "domain=$YNH_APP_ARG_MINIO_DOMAIN&is_public=true&language=en"
|
yunohost app install https://github.com/YunoHost-Apps/minio_ynh --force --args "domain=$YNH_APP_ARG_MINIO_DOMAIN&is_public=true&language=en"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
||||||
|
|
Loading…
Reference in a new issue