change check_curl arg
This commit is contained in:
parent
4782f61deb
commit
2a288b99e3
|
@ -7,7 +7,7 @@ usage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Parse the command-line arguments
|
# Parse the command-line arguments
|
||||||
while getopts "u:w:c:C:H:R:lhIp" opt; do
|
while getopts "u:w:c:C:H:R:LhIp" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
u)
|
u)
|
||||||
URL=$OPTARG
|
URL=$OPTARG
|
||||||
|
@ -18,7 +18,7 @@ while getopts "u:w:c:C:H:R:lhIp" opt; do
|
||||||
c)
|
c)
|
||||||
CRITICAL_LEVEL=$OPTARG
|
CRITICAL_LEVEL=$OPTARG
|
||||||
;;
|
;;
|
||||||
l)
|
L)
|
||||||
FOLLOW_REDIRECTS="-L"
|
FOLLOW_REDIRECTS="-L"
|
||||||
;;
|
;;
|
||||||
C)
|
C)
|
||||||
|
|
Loading…
Reference in New Issue