Skip to content

Commit

Permalink
Create /tmp/exclude_options.txt in advanced, preventing /tmp/exclude_…
Browse files Browse the repository at this point in the history
…options.txt not found error
  • Loading branch information
hehe7318 committed Jun 13, 2024
1 parent 2d4dc04 commit 15f8592
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
# Initialize an empty set for exclude options and directories to exclude
declare -A exclude_dirs
touch /tmp/exclude_options.txt
# Process each file and directory in the list to determine which paths should be excluded from the diff check
while IFS= read -r file; do
Expand Down

0 comments on commit 15f8592

Please sign in to comment.