fixing a typo
This commit is contained in:
parent
20df4fd946
commit
fca9a29e95
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DELAY=$2
|
||||||
|
|
||||||
#Check if arg was received
|
#Check if arg was received
|
||||||
if [ -z "$2" ]; then
|
if [ -z "$2" ]; then
|
||||||
echo "USAGE: ./updateproxy.sh <number-of-repetitions <delay-between-repetitions>"
|
echo "USAGE: ./updateproxy.sh <number-of-repetitions> <delay-between-repetitions>"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue