Skip to content

Commit

Permalink
Merge pull request #22 from Petit-Abba/master
Browse files Browse the repository at this point in the history
2021-10-06 06:50:06 auth commit
  • Loading branch information
Petit-Abba authored Oct 1, 2021
2 parents 512908b + 085cdf1 commit 39096b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Run_clear.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ find_black_main() {
for black_file_path in ${find_black}; do
BLACK="${black_file_path%/black}"
if [[ "$(cat ${White_List} | grep "${BLACK}")" != "" ]]; then
print_pd_white_list "${BLACK}" "[continue black] --白名单DIR: ${BLACK}"
logd "[continue black] --白名单DIR: ${BLACK}"
continue
fi
logd "[add black] --黑名单DIR: ${BLACK}/"
Expand Down

0 comments on commit 39096b3

Please sign in to comment.