mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +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 () {
|
initiate () {
|
||||||
|
|
||||||
# Prepare Feed 1
|
# Prepare Feed 1
|
||||||
sort -u ${outputfile} -o ${outputfile}
|
sudo sort -u ${outputfile} -o ${outputfile}
|
||||||
grep '[^[:blank:]]' < ${outputfile} > ${tmp}
|
grep '[^[:blank:]]' < ${outputfile} > ${tmp}
|
||||||
sudo mv ${tmp} ${outputfile}
|
sudo mv ${tmp} ${outputfile}
|
||||||
sudo dos2unix ${outputfile}
|
sudo dos2unix ${outputfile}
|
||||||
|
|
Loading…
Add table
Reference in a new issue