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 7b245ce commit 4004823Copy full SHA for 4004823
start_test.sh
@@ -3,7 +3,7 @@
3
# Set up your DOMAIN
4
if [ $# -eq 0 ]; then
5
echo "Please inform your domain name to test your proxy."
6
- echo "./test.sh $1"
+ echo "./start_test.sh $1"
7
exit 1
8
else
9
DOMAIN=$1
0 commit comments