Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent e01e108 commit 963f6fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions functions/build_lists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ build() {

# Loop through the full and light blocklist versions
for i in {1..2}; do
if [[ "$i" == '1' ]]; then
source_file="$RAW"
elif [[ "$i" == '2' ]]; then
if [[ "$i" == '2' ]]; then
version='LIGHT VERSION'
list_name='scams_light.txt'
source_file="$RAW_LIGHT"
fi

source_file=${source_file:-$RAW}
blocklist_path="lists/${directory}/${list_name:-'scams.txt'}"

# Append header onto blocklist
Expand Down

0 comments on commit 963f6fb

Please sign in to comment.