change check_curl arg

This commit is contained in:
Cyberes 2023-04-21 23:54:19 -06:00
parent 4782f61deb
commit 2a288b99e3
1 changed files with 2 additions and 2 deletions

View File

@ -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)