We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af80067 commit 6d87dd9Copy full SHA for 6d87dd9
libs/grab_http.sh
@@ -78,7 +78,7 @@ _cur=$(echo "${_reg}" | cut -d\{ -f2 | cut -d, -f1)
78
_neo=$(("$_act"+1))
79
80
if [[ "${_neo}" != "${_cur}" ]]; then
81
- 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}"
82
_sed -i "s/$_cur,/$_neo,/" "${ar_shn[0]}"
83
else
84
f_ok
0 commit comments