Skip to content

Commit

Permalink
v10.0-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ngadmini committed Jul 7, 2023
1 parent af80067 commit 6d87dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/grab_http.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ _cur=$(echo "${_reg}" | cut -d\{ -f2 | cut -d, -f1)
_neo=$(("$_act"+1))

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

0 comments on commit 6d87dd9

Please sign in to comment.