Skip to content

Commit

Permalink
Merge pull request #158 from srilumpa/FireHOL_fixes
Browse files Browse the repository at this point in the history
Fix mode when creating FireHOL ipset directory
  • Loading branch information
3c7 authored Jan 9, 2018
2 parents 62f096e + 290b2ee commit ef05b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/FireHOLBlocklists/firehol_blocklists.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self):

# Check if directory exists
if not os.path.exists(self.path):
os.mkdir(self.path, 0700)
os.mkdir(self.path, 0o700)
# Downloading/updating the list is implemented with an external cronjob which git pulls the repo

# Read files in the given path and prepare file lists for ip- and netsets
Expand Down

0 comments on commit ef05b7e

Please sign in to comment.