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
8ca1412d7d
commit
ba767b11f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue