Update updateproxy.sh

This commit is contained in:
Matija Sirk 2016-08-04 00:21:27 +02:00 committed by GitHub
parent 1588c4c922
commit 5749a88bcf
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
#Change proxy every DELAY seconds for MAX times
FILE=./toriptables2.py
COUNTER=0
MAX=$1 #
MAX=$1
DELAY=$2
#Check if arg was received
if [ -z "$2" ]; then
echo "USAGE: sudo ./updateproxy.sh <number-of-repetitions> <delay-between-repetitions>"
echo "USAGE: sudo ${0} <number-of-repetitions> <delay-between-repetitions>"
exit
fi