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