From 7bc0fb51d6b83054b3610674c255f9f81709720a Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 11 Mar 2018 14:09:21 +0100 Subject: [PATCH] Minor fixes bis --- 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 e897ddd..61acd1f 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -360,7 +360,7 @@ CHECK_URL () { # Detect the issue alias_traversal, https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md curl --location --insecure --silent $check_domain$check_path../html/index.nginx-debian.html \ | grep "title" | grep --quiet "Welcome to nginx on Debian" \ - && (ECHO_FORMAT "Issue alias_traversal detected ! Please see here https://github.com/YunoHost/example_ynh/pull/45 to fix that.\n" "red" "bold" && RESULT_alias_traversal=1) + && ECHO_FORMAT "Issue alias_traversal detected ! Please see here https://github.com/YunoHost/example_ynh/pull/45 to fix that.\n" "red" "bold" && RESULT_alias_traversal=1 # Remove the entries in /etc/hosts for the test domain sudo sed --in-place '/#package_check/d' /etc/hosts