mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
explicitly state what gets moved
This commit is contained in:
parent
826794baf5
commit
2baf1d1de7
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ echo "Cleaning up..."
|
||||||
rm -rf ${WRK_DIR}/Mirrors
|
rm -rf ${WRK_DIR}/Mirrors
|
||||||
rm -f ${WRK_DIR}/blocklists/MyBlocklist.txt.xz ${WRK_DIR}/blocklists/facebook_block.txt.xz
|
rm -f ${WRK_DIR}/blocklists/MyBlocklist.txt.xz ${WRK_DIR}/blocklists/facebook_block.txt.xz
|
||||||
mkdir ${WRK_DIR}/blocklists
|
mkdir ${WRK_DIR}/blocklists
|
||||||
mv ${WRK_DIR}/*.txt ${WRK_DIR}/blocklists/.
|
mv ${WRK_DIR}/MyBlocklist.txt ${WRK_DIR}/blocklists/.
|
||||||
|
mv ${WRK_DIR}/facebook_block.txt ${WRK_DIR}/blocklists/.
|
||||||
|
|
||||||
#--------
|
#--------
|
||||||
# Archiving
|
# Archiving
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue