From 5fc18d8c2e38ba6cac51e7ba87e47ea507ca2e08 Mon Sep 17 00:00:00 2001 From: Alessandro Manno Date: Fri, 9 Feb 2018 09:08:25 +0100 Subject: [PATCH] Fixed typo in test_start.sh (#41) --- test_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_start.sh b/test_start.sh index b90ccd3..8fb1058 100755 --- a/test_start.sh +++ b/test_start.sh @@ -3,7 +3,7 @@ # Set up your DOMAIN if [ $# -eq 0 ]; then echo "Please inform your domain name to test your proxy." - echo "./start_test.sh $1" + echo "./test_start.sh $1" exit 1 else DOMAIN=$1