mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Fix permissions issue
This commit is contained in:
parent
e404bfeb68
commit
7a2158fe75
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ fetch () {
|
|||
initiate () {
|
||||
|
||||
# Prepare Feed 1
|
||||
sort -u ${outputfile} -o ${outputfile}
|
||||
sudo sort -u ${outputfile} -o ${outputfile}
|
||||
grep '[^[:blank:]]' < ${outputfile} > ${tmp}
|
||||
sudo mv ${tmp} ${outputfile}
|
||||
sudo dos2unix ${outputfile}
|
||||
|
|
Loading…
Add table
Reference in a new issue