Skip to content

Commit 4004823

Browse files
Hixon10evertramos
authored andcommitted
fix error message in start_test.sh (#18)
1 parent 7b245ce commit 4004823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Set up your DOMAIN
44
if [ $# -eq 0 ]; then
55
echo "Please inform your domain name to test your proxy."
6-
echo "./test.sh $1"
6+
echo "./start_test.sh $1"
77
exit 1
88
else
99
DOMAIN=$1

0 commit comments

Comments
 (0)