From dbb7e9f9e7023a620a84603ec41a9d2226be831c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 11 Nov 2017 18:06:53 +0100 Subject: [PATCH] Allow private test without is_public arg --- sub_scripts/testing_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index b2fd174..34dc50b 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -145,7 +145,7 @@ CHECK_URL () { ECHO_FORMAT "\nTry to access by url...\n" "white" "bold" # Force a skipped_uris if public mode is not set - if [ -z "$public_arg" ] + if [ "$install_type" != "private" ] && [ "$install_type" != "public" ] && [ -z "$public_arg" ] then # Add a skipped_uris on / for the app LXC_START "sudo yunohost app setting \"$ynh_app_id\" skipped_uris -v \"/\""