fix skipped_uris value

This commit is contained in:
Kay0u 2021-01-04 19:49:43 +01:00
parent c403ef5820
commit 433c302672
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# #!/bin/bash
#!/bin/bash
#=================================================
# RUNNING SNAPSHOT

View file

@ -141,7 +141,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
then
log_debug "Forcing public access using a skipped_uris setting"
# Add a skipped_uris on / for the app
_RUN_YUNOHOST_CMD "app setting $app_id_to_check skipped_uris -v \"/\""
_RUN_YUNOHOST_CMD "app setting $app_id_to_check skipped_uris -v /"
# Regen the config of sso
_RUN_YUNOHOST_CMD "app ssowatconf"
fi