From 2baf1d1de7222d205339550f300cde65257adc16 Mon Sep 17 00:00:00 2001 From: robocopAlpha Date: Wed, 14 Jul 2021 14:02:03 +0300 Subject: [PATCH] explicitly state what gets moved --- pull.lists.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pull.lists.sh b/pull.lists.sh index 6f7db6c..532453f 100755 --- a/pull.lists.sh +++ b/pull.lists.sh @@ -43,7 +43,8 @@ echo "Cleaning up..." rm -rf ${WRK_DIR}/Mirrors rm -f ${WRK_DIR}/blocklists/MyBlocklist.txt.xz ${WRK_DIR}/blocklists/facebook_block.txt.xz 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