Skip to content

Commit 6d87dd9

Browse files
committed
v10.0-commit
1 parent af80067 commit 6d87dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/grab_http.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ _cur=$(echo "${_reg}" | cut -d\{ -f2 | cut -d, -f1)
7878
_neo=$(("$_act"+1))
7979

8080
if [[ "${_neo}" != "${_cur}" ]]; then
81-
printf "${_YLW}\nchanging '%s' TO '([a0-z9\-]){%d,}' in ${ar_shn[0]} line: 1\n" "CHANGE occurs" "${_reg}" "${_neo}"
81+
printf "${_YLW}\nchanging '%s' TO '[a0-z9\-]{%d,}' in ${ar_shn[0]} line: 1\n" "CHANGE occurs" "${_reg}" "${_neo}"
8282
_sed -i "s/$_cur,/$_neo,/" "${ar_shn[0]}"
8383
else
8484
f_ok

0 commit comments

Comments
 (0)