From ba767b11f02eed4724e43d646126875241b4157e Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 1 Apr 2022 21:07:39 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a2ee1ee..dd65fe8 100755 --- a/scripts/install +++ b/scripts/install @@ -74,7 +74,7 @@ oidc_secret=$(ynh_hex_32_random) oidc_name="Outline" oidc_callback="$domain/auth/oidc.callback" -if yunohost app list | grep -q "$YNH_APP_ARG_DEX_DOMAIN"; then +if yunohost app list | grep -q "$YNH_APP_ARG_DEX_DOMAIN$YNH_APP_ARG_DEX_PATH"; then ynh_die "The domain provided for Dex is already used by another app. Please chose another one !" fi