1
0
Fork 0
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:
Limezy 2022-04-01 21:53:01 +07:00
parent 802355e505
commit a2a679cf9c

View file

@ -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"