mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix skipped_uris value
This commit is contained in:
parent
c403ef5820
commit
433c302672
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# #!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
#=================================================
|
||||
# RUNNING SNAPSHOT
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue