mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-20 19:49:06 -07:00
minor changes
- logs the number of items in individual blocklists (easier to troubleshoot) - seting logfile in set_env - unzip overwrites files while updating.
This commit is contained in:
parent
83c90411b7
commit
808b31d0d1
4 changed files with 9 additions and 9 deletions
|
|
@ -65,7 +65,7 @@ if ping -c 1 -W 2 www.google.fi &> /dev/null ; then
|
|||
rm -f tmp2.txt
|
||||
#--------
|
||||
echo " #Lines FileName"
|
||||
wc -l *.txt
|
||||
wc -l *.txt | tee -a "$LOGFILE"
|
||||
#--------
|
||||
else
|
||||
echo "\n[!]Can't connect to the internet. Check your connectivity and try again.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue