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
802355e505
commit
a2a679cf9c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ dex_app=$(gawk 'match($0, /Installation of (.+) completed/, app) {print app[1]}'
|
|||
rm dexlog.txt
|
||||
|
||||
# Create Dex URIs
|
||||
if [ $dex_path -eq "/" ]
|
||||
if [ $dex_path = "/" ]
|
||||
then
|
||||
dex_auth_uri="https://$dex_domain/auth"
|
||||
dex_token_uri="https://$dex_domain/token"
|
||||
|
|
Loading…
Reference in a new issue