We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324b948 commit 4960f05Copy full SHA for 4960f05
check.sh
@@ -4,7 +4,7 @@
4
. ./base/option_target.sh
5
6
OK='\U2714'
7
-FAIL='\U274C'
+ERROR='\U274C'
8
9
GREEN='\033[0;32m'
10
RED='\033[0;31m'
@@ -21,7 +21,7 @@ do
21
22
# expected to get the Hello World! + libs/output_data.php
23
if ! [[ "$url_output" =~ ^('Hello World!')(.*)(([0-9]*):(([0-9]+([.][0-9]*)?|[.][0-9]+)):([0-9]*))$ ]]; then
24
- echo -e "${RED}${FAIL} $fw ${NC}"
+ echo -e "${RED}${ERROR} $fw ${NC}"
25
echo "$url"
26
echo "$url_output"
27
FAIL=1
0 commit comments