Skip to content

Commit

Permalink
更新于 07-17 09:32
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 17, 2021
1 parent 4bcc336 commit af380f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ SecureJs() {

if [[ -z $(grep -w "该请求url不合法" $file) ]]; then
startLine=$(sed -n '/function Env(t,e)/=' $file) && echo 1
endLine=$(sed -n 'done(t)}}(t,e)}' $file) && echo 2
endLine=$(sed -n '/done(t)}}(t,e)}/=' $file) && echo 2

sed -i $startLine','$endLine'd' $file && echo 3
cat $file_env_sys >>$file
Expand Down

0 comments on commit af380f4

Please sign in to comment.