From 433c3026722ed25d3b6e1dbbfc660fca0544dceb Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 4 Jan 2021 19:49:43 +0100 Subject: [PATCH] fix skipped_uris value --- lib/lxc.sh | 2 +- lib/tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lxc.sh b/lib/lxc.sh index 603f1f4..f1ca517 100644 --- a/lib/lxc.sh +++ b/lib/lxc.sh @@ -1,4 +1,4 @@ -# #!/bin/bash +#!/bin/bash #================================================= # RUNNING SNAPSHOT diff --git a/lib/tests.sh b/lib/tests.sh index c88240a..12f2ea4 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -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